LoggerManager
LoggerManager class
Static manager that controls the creation of loggers.
Constructors
| Name | Description |
|---|---|
| LoggerManager |
Methods
| Name | Description |
|---|---|
| AddLogger | Adds a logger to the LoggerManager with specified name. |
| ContainsLogger | Determines whether the logger cache contains an object with the specified logger name. |
| CreateLogger (4 overloads) | Creates a logger with specified name and appender. |
| GetLogger | Gets a logger by the specified name. |
| RemoveLogger | Removes a logger with the specified name. |