Introduced in: 0.3.0
Formatter wrapper for systemd's journal level information.
Journald uses log-level format similar to Linux's printk logging function.
This simply adds special prefix to the message formatted by the formatter
specified via parent option.
This can be used with logger_std_h handler with type => standard_error.
logger:add_handler(stderr,
logger_std_h,
#{formatter => {systemd_stderr_formatter, #{}}).
parent"Parent" formatter that will be used as a "main" formatter.
Defaults tologger_formatter.parent with this option removed.
Generated by EDoc