Last active
June 3, 2020 07:06
-
-
Save PradeepLoganathan/f2b650511dad038f437716bfff07b649 to your computer and use it in GitHub Desktop.
logging config class
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
| 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