Click or drag to resize
LoggerBaseTLevel, TSettings Methods

[This is preliminary documentation and is subject to change.]

The LoggerBaseTLevel, TSettings generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LoggerBase.)
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LoggerBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the LoggerBase is reclaimed by garbage collection.
(Inherited from LoggerBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetLevel
Gets the concrete log level.
(Inherited from LoggerBaseTLevel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsEnabled
Gets a value indicating whether this logger is enabled.
(Inherited from LoggerBaseTLevel.)
Protected methodIsEnabled(TLevel)
Gets a value indicating whether this logger is enabled.
(Overrides LoggerBaseTLevelIsEnabled(LogLevel).)
Public methodIsEnabled(LogLevel)
Gets a value indicating whether entries of the specified level or above should be logged.
(Overrides LoggerBaseTLevelIsEnabled(LogLevel).)
Public methodLog(LogEntry, String, IFormatProvider)
Logs an entry.
(Inherited from LoggerBaseTLevel.)
Protected methodLog(TLevel, LogEntry, String, IFormatProvider)
Logs an entry.
(Inherited from LoggerBaseTLevel.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also