Skip to content
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
@ORuban

Description

@ORuban

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions