Click or drag to resize

LogLevel Methods

The LogLevel type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(LogLevel)
Compares the level to the other LogLevel object.
Public methodCompareTo(Object)
Compares the level to the other LogLevel object.
Public methodEquals(LogLevel)
Determines whether the specified LogLevel instance is equal to this instance.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodStatic memberFromOrdinal
Gets the LogLevel that corresponds to the specified ordinal.
Public methodStatic memberFromString
Returns the LogLevel that corresponds to the supplied string.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string representation of the log level.
(Overrides ObjectToString.)
Top
See Also