Level MembersApache log4net™ SDK Documentation
The Level type exposes the following members.
Constructors

  NameDescription
Public methodLevel(Int32, String)
Constructor
Public methodLevel(Int32, String, String)
Constructor
Back to Top
Methods

  NameDescription
Public methodStatic memberCompare
Compares two specified Level instances.
Public methodCompareTo
Compares this instance to a specified object and returns an indication of their relative values.
Public methodEquals
Compares levels.
(Overrides OnlineObject Equals(Object).)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns a hash code
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Returns the OnlineString representation of the current Level.
(Overrides OnlineObject ToString .)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Returns a value indicating whether two specified Level objects have the same value.
Public operatorStatic memberGreaterThan
Returns a value indicating whether a specified Level is greater than another specified Level.
Public operatorStatic memberGreaterThanOrEqual
Returns a value indicating whether a specified Level is greater than or equal to another specified Level.
Public operatorStatic memberInequality
Returns a value indicating whether two specified Level objects have different values.
Public operatorStatic memberLessThan
Returns a value indicating whether a specified Level is less than another specified Level.
Public operatorStatic memberLessThanOrEqual
Returns a value indicating whether a specified Level is less than or equal to another specified Level.
Back to Top
Fields

  NameDescription
Public fieldStatic memberAlert
The Alert level designates very severe error events. Take immediate action, alerts.
Public fieldStatic memberAll
The All level designates the lowest level possible.
Public fieldStatic memberCritical
The Critical level designates very severe error events. Critical condition, critical.
Public fieldStatic memberDebug
The Debug level designates fine-grained informational events that are most useful to debug an application.
Public fieldStatic memberEmergency
The Emergency level designates very severe error events. System unusable, emergencies.
Public fieldStatic memberError
The Error level designates error events that might still allow the application to continue running.
Public fieldStatic memberFatal
The Fatal level designates very severe error events that will presumably lead the application to abort.
Public fieldStatic memberFine
The Fine level designates fine-grained informational events that are most useful to debug an application.
Public fieldStatic memberFiner
The Finer level designates fine-grained informational events that are most useful to debug an application.
Public fieldStatic memberFinest
The Finest level designates fine-grained informational events that are most useful to debug an application.
Public fieldStatic memberInfo
The Info level designates informational messages that highlight the progress of the application at coarse-grained level.
Public fieldStatic memberLog4Net_Debug
The Emergency level designates very severe error events. System unusable, emergencies.
Public fieldStatic memberNotice
The Notice level designates informational messages that highlight the progress of the application at the highest level.
Public fieldStatic memberOff
The Off level designates a higher level than all the rest.
Public fieldStatic memberSevere
The Severe level designates very severe error events.
Public fieldStatic memberTrace
The Trace level designates fine-grained informational events that are most useful to debug an application.
Public fieldStatic memberVerbose
The Verbose level designates fine-grained informational events that are most useful to debug an application.
Public fieldStatic memberWarn
The Warn level designates potentially harmful situations.
Back to Top
Properties

  NameDescription
Public propertyDisplayName
Gets the display name of this level.
Public propertyName
Gets the name of this level.
Public propertyValue
Gets the value of this level.
Back to Top
See Also