Summary
Specifies the meaning and relative importance of a log event.
- Namespace
- Avalonia
.Logging - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["LogEventLevel"]
class Type type-node
Syntax
public enum LogEventLevel
Fields
Name | Constant Value | Summary |
---|---|---|
Debug | 1 |
Internal system events that aren't necessarily observable from the outside.
static
|
Error | 4 |
Functionality is unavailable, invariants are broken or data is lost.
static
|
Fatal | 5 |
If you have a pager, it goes off when one of these occurs.
static
|
Information | 2 |
The lifeblood of operational intelligence - things happen.
static
|
Verbose | 0 |
Anything and everything you might want to know about a running block of code.
static
|
Warning | 3 |
Service is degraded or endangered.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|