LogLevel
Specifies the level of a log event.
public enum LogLevel
Namespace
Values
Name | Value | Description |
---|---|---|
Verbose
|
0 |
|
Debug
|
1 |
|
Information
|
2 |
|
Warning
|
3 |
|
Error
|
4 |
|
Fatal
|
5 |
|