Hello. First of all thank you for sharing your work, I really appreciate that.
In this PR I'm adding two examples:
Log rotation usage.
Detailed formatting.
When I was working with your library it took me more time that I would expect to get the idea how to configure log rotation with detailed formatting, that's why I created this PR.
When writing the code I realized that I could easily get the idea how to configure the logger by looking on the code in tests dir, however I think it will be easier for people to skim through examples dir first and the chance of missing sample code is smaller
Hello. First of all thank you for sharing your work, I really appreciate that.
In this PR I'm adding two examples:
When I was working with your library it took me more time that I would expect to get the idea how to configure log rotation with detailed formatting, that's why I created this PR.
When writing the code I realized that I could easily get the idea how to configure the logger by looking on the code in
tests
dir, however I think it will be easier for people to skim throughexamples
dir first and the chance of missing sample code is smaller