Closed Holf closed 10 years ago
Hi @Holf , thanks for your feedback, I think i missed it. It would be nice.
Done, and I've issued a Pull Request. It's a really nice module; been using it a lot recently, so thanks!
It would be great if you could do a new NuGet release if you accept the Pull Request. :-)
I didn't bump the AssemblyVersion... didn't want to interfere with any versioning strategy that you might have (i.e. would a change such as this be '1.2.1' or '1.3.0'?).
Thanks @Holf , I published new version of package.
Fantastic! Thank you.
All the standard Log Levels are represented, except 'Trace'. In other words, when using this module, you can do:
_logger.Debug("My debug message");
But you cannot do:
_logger.Trace("My trace message");
Why is this? I can happily fix and do a pull request, if you like.