Click or drag to resize
LoggerBase<TLevel, TSettings> Methods

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

The LoggerBase< TLevel, 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 LoggerBase<TLevel>.)
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 LoggerBase<TLevel>.)
Protected methodIsEnabled(TLevel)
Gets a value indicating whether this logger is enabled.
(Overrides LoggerBase<TLevel>.IsEnabled(LogLevel).)
Public methodIsEnabled(LogLevel)
Gets a value indicating whether entries of the specified level or above should be logged.
(Overrides LoggerBase<TLevel>.IsEnabled(LogLevel).)
Public methodLog(LogEntry, String, IFormatProvider)
Logs an entry.
(Inherited from LoggerBase<TLevel>.)
Protected methodLog(TLevel, LogEntry, String, IFormatProvider)
Logs an entry.
(Inherited from LoggerBase<TLevel>.)
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