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.

Rename LogLevel.Verbose to .Trace and modify its severity to be below .Debug #299

Closed
@Eilon

Description

@Eilon

It has two things going against it:

  1. Its relative order within the LogLevel enum is inconsistent with other logging systems. This can easily be confusing to users.
  2. 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

@lodejard @muratg @DamianEdwards

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions