Members
listener
The listener function attached to this logger.
name
The name of this logger
Methods
atLevel(level, msg, …objects)
- Description:
Logs a message at the supplied level. The message may include placeholders {} which will be substituted into the message string only if the message is actually logged.
- Source:
Example
log.atLevel('INFO', 'The widget was created as {}', widget);