LogManager

Maintains a collection of loggers.

Constructor

new LogManager()

Methods

getLogger(name) → (non-null) {Logger}

Retrieves a named logger, creating it in the process. This function will implicitly create the requested logger, and any of its parents, if they do not yet exist.

Parameters:
NameTypeDescription
namestring

the logger's name.

Returns:

the requested logger.

Type: 
Logger