This is documentation for version 1.7. For the latest API, see version 3.3.
Version: 1.7
ActorLogFormatter
{"content": ["Log formatter that prints out the log message nicely formatted, with colored level and stringified extra fields.\n\nIt formats the log records so that they:\n- start with the level (colorized, and padded to 5 chars so that it is nicely aligned)\n- then have the actual log message, if it's multiline then it's nicely indented\n- then have the stringified extra log fields\n- then, if an exception is a part of the log record, prints the formatted exception."]}
{"content": ["Log formatter that prints out the log message nicely formatted, with colored level and stringified extra fields.\n\nIt formats the log records so that they:\n- start with the level (colorized, and padded to 5 chars so that it is nicely aligned)\n- then have the actual log message, if it's multiline then it's nicely indented\n- then have the stringified extra log fields\n- then, if an exception is a part of the log record, prints the formatted exception."]}