/dotnet/Sync/SyncLogger.cs
http://sigma-h.googlecode.com/ · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 4f25150225530747b9a0c5274344222a MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace ActivityInfo.Sync
- {
- interface SyncLogger
- {
- void log(int level, String text);
- }
- }