LoggerManager Methods |
The LoggerManager type exposes the following members.
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(String, Appender) |
Creates a logger with specified name and appender.
|
![]() ![]() | CreateLogger(String, Appender) |
Creates a logger with specified name and appender.
|
![]() ![]() | CreateLogger(String, LogLevel, Appender) |
Creates a logger with specified name and appender.
|
![]() ![]() | CreateLogger(String, LogLevel, Appender) |
Creates a logger with specified name and appender.
|
![]() ![]() | GetLogger |
Gets a logger by the specified name.
|
![]() ![]() | RemoveLogger |
Removes a logger with the specified name.
|