Class LoggerManager
Contents
[
Hide
]LoggerManager class
Static manager that controls the creation of loggers.
public static class LoggerManager
Methods
Name | Description |
---|---|
static AddLogger(string, Logger) | Adds a logger to the LoggerManager with specified name. |
static ContainsLogger(string) | Determines whether the logger cache contains an object with the specified logger name. |
static CreateLogger(string, Appender) | Creates a logger with specified name and appender. |
static CreateLogger(string, params Appender[]) | Creates a logger with specified name and appender. |
static CreateLogger(string, LogLevel, Appender) | Creates a logger with specified name and appender. |
static CreateLogger(string, LogLevel, params Appender[]) | Creates a logger with specified name and appender. |
static GetLogger(string) | Gets a logger by the specified name. |
static RemoveLogger(string) | Removes a logger with the specified name. |
See Also
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email