| LoggerFactoryAdapterBaseTSettings Class |
[This is preliminary documentation and is subject to change.]
Namespace: Yalla
public abstract class LoggerFactoryAdapterBase<TSettings> : LoggerFactoryAdapterBase where TSettings : class, new()
The LoggerFactoryAdapterBaseTSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| LoggerFactoryAdapterBaseTSettings |
Initializes a new instance of the LoggerFactoryAdapterBase class.
| |
| LoggerFactoryAdapterBaseTSettings(TSettings) |
Initializes a new instance of the LoggerFactoryAdapterBase class.
|
| Name | Description | |
|---|---|---|
| CreateSettings |
Creates the logger settings.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLogger(String) |
Gets a logger instance by name.
(Inherited from LoggerFactoryAdapterBase.) | |
| GetLogger(Type) |
Gets a logger instance by type.
(Inherited from LoggerFactoryAdapterBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Initializes the logging system.
(Inherited from LoggerFactoryAdapterBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Shutdown |
Terminates the logging system.
(Inherited from LoggerFactoryAdapterBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |