Level MethodsApache log4net™ SDK Documentation
The Level type exposes the following members.
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
See Also