getLogger
function getLogger(namespace?): Logger;
Get a logger for a given package.
Parameters
Section titled βParametersβParameter | Type | Description |
---|---|---|
|
|
the namespace to use for the logger. |
Returns
Section titled βReturnsβLogger
A logger object with debug
and error
methods.