LoggerManager

LoggerManager class

Static manager that controls the creation of loggers.

Constructors

NameDescription
LoggerManager

Methods

NameDescription
AddLoggerAdds a logger to the LoggerManager with specified name.
ContainsLoggerDetermines whether the logger cache contains an object with the specified logger name.
CreateLogger (4 overloads)Creates a logger with specified name and appender.
GetLoggerGets a logger by the specified name.
RemoveLoggerRemoves a logger with the specified name.