LogFactory Class |
[This is preliminary documentation and is subject to change.]
Namespace: Yalla
The LogFactory type exposes the following members.
Name | Description | |
---|---|---|
LogFactory |
Initializes a new instance of the LogFactory class.
| |
LogFactory(ILoggerFactoryAdapter) |
Initializes a new instance of the LogFactory class.
| |
LogFactory(ILoggerFactoryAdapter, ILogFormatter) |
Initializes a new instance of the LogFactory class.
|
Name | Description | |
---|---|---|
Adapter |
Gets or sets the logger factory adapter.
| |
Formatter |
Gets or sets the log formatter.
|
Name | Description | |
---|---|---|
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 |
Retrieves or creates a named log.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize |
Initializes the logging system.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Shutdown |
Terminates the logging system.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |