This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
LogLevel.Debug for NLog Logger #196
Closed
Description
It seems like mapping between Microsoft.Framework.Logging.LogLevel and NLog.LogLevel is not fully correct:
- has missed Microsoft.Framework.Logging.LogLevel.Debug
- Microsoft.Framework.Logging.LogLevel.Verbose pointed to NLog.LogLevel.Debug instead of Trace
The main problem is that NLog.Logger.Debug method does not write any logs.
You can check the following PR: #188