LoggerBaseTLevel, TSettings Class |
[This is preliminary documentation and is subject to change.]
Namespace: Yalla
public abstract class LoggerBase<TLevel, TSettings> : LoggerBase<TLevel> where TSettings : LoggerSettings
The LoggerBaseTLevel, TSettings type exposes the following members.
Name | Description | |
---|---|---|
LoggerBaseTLevel, TSettings |
Initializes a new instance of the LoggerBase class.
|
Name | Description | |
---|---|---|
Level |
Gets the minimum enabled log level.
| |
Name |
Gets the name of the logger.
(Inherited from LoggerBase.) | |
Settings |
Gets the logger settings.
|
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.
(Inherited from LoggerBaseTLevel.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEnabled |
Gets a value indicating whether this logger is enabled.
(Inherited from LoggerBaseTLevel.) | |
IsEnabled(TLevel) |
Gets a value indicating whether this logger is enabled.
(Overrides LoggerBaseTLevelIsEnabled(LogLevel).) | |
IsEnabled(LogLevel) |
Gets a value indicating whether entries of the specified level or above should be logged.
(Overrides LoggerBaseTLevelIsEnabled(LogLevel).) | |
Log(LogEntry, String, IFormatProvider) |
Logs an entry.
(Inherited from LoggerBaseTLevel.) | |
Log(TLevel, LogEntry, String, IFormatProvider) |
Logs an entry.
(Inherited from LoggerBaseTLevel.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |