LoggerBaseTLevel Methods |
[This is preliminary documentation and is subject to change.]
The LoggerBaseTLevel generic type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LoggerBase.) | |
Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LoggerBase.) | |
Equals | (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the LoggerBase
is reclaimed by garbage collection.
(Inherited from LoggerBase.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLevel |
Gets the concrete log level.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEnabled |
Gets a value indicating whether this logger is enabled.
| |
IsEnabled(TLevel) |
Gets a value indicating whether logging of entries of the specified level is enabled.
| |
IsEnabled(LogLevel) |
Gets a value indicating whether logging of entries of the specified level is enabled.
(Overrides LoggerBaseIsEnabled(LogLevel).) | |
Log(LogEntry, String, IFormatProvider) |
Logs an entry.
(Overrides LoggerBaseLog(LogEntry, String, IFormatProvider).) | |
Log(TLevel, LogEntry, String, IFormatProvider) |
Logs an entry.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |