Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

LogLevel.Debug for NLog Logger #196

Closed
ORuban opened this issue Jun 23, 2015 · 2 comments
Closed

LogLevel.Debug for NLog Logger #196

ORuban opened this issue Jun 23, 2015 · 2 comments
Assignees
Milestone

Comments

@ORuban
Copy link
Contributor

ORuban commented Jun 23, 2015

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

@muratg
Copy link

muratg commented Jun 29, 2015

@ORuban thanks for the PR! @kichalla Please have a look at the PR and if looks good, merge.

@kichalla
Copy link
Member

Commit 0d6b4fc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants