mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-19 01:21:08 +00:00
Update log levels
This commit is contained in:
parent
c8bb2d95b5
commit
eb9e939fc8
3 changed files with 6 additions and 13 deletions
|
|
@ -7,16 +7,14 @@ namespace Tribufu.Logging
|
|||
{
|
||||
Off = 0,
|
||||
|
||||
Trace = 1,
|
||||
Error = 1,
|
||||
|
||||
Debug = 2,
|
||||
Warn = 2,
|
||||
|
||||
Info = 3,
|
||||
|
||||
Warn = 4,
|
||||
Debug = 4,
|
||||
|
||||
Error = 5,
|
||||
|
||||
All = 6,
|
||||
Trace = 5,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue