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.
Rename LogLevel.Verbose to .Trace and modify its severity to be below .Debug #299
Closed
Description
It has two things going against it:
- Its relative order within the
LogLevel
enum is inconsistent with other logging systems. This can easily be confusing to users. - It doesn't exist at all in some logging systems. This means that it would have to flow through as a different level when using one of those sinks.
This is teh codez: https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Extensions.Logging.Abstractions/LogLevel.cs#L11-L15