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:
Name | Type | Description |
---|---|---|
name | string | the logger's name. |
- Source
Returns:
the requested logger.
- Type:
- Logger