damianh / LibLog

LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction.
MIT License
929 stars 153 forks source link

LibLog 5.0.8 Release Notes #274

Closed snakefoot closed 4 years ago

snakefoot commented 4 years ago

223 - Improve Type lookup when using ILRepack

233 - Fixed NLogLogProvider to not perform reflection for every logevent

234 - Minor variable rename in ColoredConsoleLogProvider

266 - Fixed XML docs in ILogProvider and LogProvider

271 - LibLogException excluded from code coverage, and internal when LIBLOG_PROVIDERS_ONLY

damianh commented 4 years ago

Applied and released. Cheers for the help!

https://github.com/damianh/LibLog/releases/tag/v5.0.8 https://www.nuget.org/packages/LibLog/5.0.8

snakefoot commented 4 years ago

Thank you for the release. Will try it out

snakefoot commented 4 years ago

Performance is excellent when using LibLog with NLog, and it produces good output. Thank you for the fishes :)