Skip to content

Changed LogLevel usability#2

Open
fikus88 wants to merge 2 commits intodaletskyi:masterfrom
fikus88:master
Open

Changed LogLevel usability#2
fikus88 wants to merge 2 commits intodaletskyi:masterfrom
fikus88:master

Conversation

@fikus88
Copy link
Copy Markdown

@fikus88 fikus88 commented Oct 16, 2019

Hi, thats a great package you got there so decided to do small pull request to utilise use of config.loglevel somehow it didnt work for me so changed it, happy to get feedback

private readonly HashSet<string> watchedFiles;
private readonly Timer ticker;
private readonly ILogger logger = Logging.CreateLogger<FileAgeManager>();
private readonly ILogger logger = Logging.CreateLogger<FileAgeManager>(LogLevel.None);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is set on purpose cause of my project requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant