Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LogLevel.Verbose has been renamed to LogLevel.Trace and its severity is now below LogLevel.Debug #124

Open
JunTaoLuo opened this issue Dec 8, 2015 · 0 comments

Comments

@JunTaoLuo
Copy link

As part of aspnet/Logging#314, Verbose has been renamed to Trace and has had its severity reduced to below Debug. As a comparison before and after the change, the values of LogLevel are listed here with the most severe level at the top:

Old Levels New Levels
Critical Critical
Error Error
Warning Warning
Information Information
Verbose Debug
Debug Trace

Please use aspnet/Logging#299 for discussion.

@aspnet aspnet locked and limited conversation to collaborators Dec 8, 2015
@Eilon Eilon added this to the 1.0.0-rc2 milestone Dec 9, 2015
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

2 participants