Module: logging

logging

logging module

Members

inner,constantlogger

Instantiates the logger object with default file output TODO: test exception handling cases

Methods

innergetModuleName(filename){string}

infra/logging/winstonLogger.js, line 99

Returns the short name of the module

Name Type Description
filename string

The file/path name of the module

Returns:
Type Description
string

innerloggerProxy(caller, component)

infra/logging/winstonLogger.js, line 110

Registers a calling module name for the logger as metadata.

Name Type Description
caller string

The module name invoking the log

component string optional

Optional component name