Class: DefaultFormatter
Defined in: | src/kermit/Logging.coffee |
Inherits: | Formatter |
Overview
The formatter used by default if no other Formatter is specified for a destination.
Instance Method Summary
- # (void) fromString(lvl, msg) Format a string
- # (void) fromEntry(lvl, entry) Format a log entry
Inherited Method Summary
Methods inherited from
Formatter
Instance Method Details
#
(void)
fromString(lvl, msg)
Format a string
#
(void)
fromEntry(lvl, entry)
Format a log entry