The Level type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Level(Int32, String) |
Constructor
| |
| Level(Int32, String, String) |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Compare |
Compares two specified Level instances.
| |
| CompareTo |
Compares this instance to a specified object and returns an
indication of their relative values.
| |
| Equals |
Compares levels.
(Overrides | |
Allows an (Inherited from | ||
| GetHashCode |
Returns a hash code
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Returns a value indicating whether two specified Level
objects have the same value.
| |
| GreaterThan | ||
| GreaterThanOrEqual | ||
| Inequality |
Returns a value indicating whether two specified Level
objects have different values.
| |
| LessThan | ||
| LessThanOrEqual |
Fields
| Name | Description | |
|---|---|---|
| Alert |
The Alert level designates very severe error events.
Take immediate action, alerts.
| |
| All |
The All level designates the lowest level possible.
| |
| Critical |
The Critical level designates very severe error events.
Critical condition, critical.
| |
| Debug |
The Debug level designates fine-grained informational
events that are most useful to debug an application.
| |
| Emergency |
The Emergency level designates very severe error events.
System unusable, emergencies.
| |
| Error |
The Error level designates error events that might
still allow the application to continue running.
| |
| Fatal |
The Fatal level designates very severe error events
that will presumably lead the application to abort.
| |
| Fine |
The Fine level designates fine-grained informational
events that are most useful to debug an application.
| |
| Finer |
The Finer level designates fine-grained informational
events that are most useful to debug an application.
| |
| Finest |
The Finest level designates fine-grained informational
events that are most useful to debug an application.
| |
| Info |
The Info level designates informational messages that
highlight the progress of the application at coarse-grained level.
| |
| Log4Net_Debug |
The Emergency level designates very severe error events.
System unusable, emergencies.
| |
| Notice |
The Notice level designates informational messages
that highlight the progress of the application at the highest level.
| |
| Off |
The Off level designates a higher level than all the rest.
| |
| Severe |
The Severe level designates very severe error events.
| |
| Trace |
The Trace level designates fine-grained informational
events that are most useful to debug an application.
| |
| Verbose |
The Verbose level designates fine-grained informational
events that are most useful to debug an application.
| |
| Warn |
The Warn level designates potentially harmful
situations.
|
Properties
| Name | Description | |
|---|---|---|
| DisplayName |
Gets the display name of this level.
| |
| Name |
Gets the name of this level.
| |
| Value |
Gets the value of this level.
|
See Also