Skip to content

Instantly share code, notes, and snippets.

@hudo
Created October 14, 2015 21:39
Show Gist options
  • Select an option

  • Save hudo/15c37d6342b95846111b to your computer and use it in GitHub Desktop.

Select an option

Save hudo/15c37d6342b95846111b to your computer and use it in GitHub Desktop.
ILogger interface
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