Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Last active June 3, 2020 07:06
Show Gist options
  • Select an option

  • Save PradeepLoganathan/f2b650511dad038f437716bfff07b649 to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/f2b650511dad038f437716bfff07b649 to your computer and use it in GitHub Desktop.
logging config class
class LoggingConfig
{
public string LogPath {get;set;}
public LogLevel Level {get;set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment