Created
October 14, 2015 21:39
-
-
Save hudo/15c37d6342b95846111b to your computer and use it in GitHub Desktop.
ILogger interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface ILogger | |
| { | |
| void Log(LogLevel level, LogType type, string message) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment