Class: Logfoo::SimpleFormatter

Inherits:
LogfmtFormatter show all
Defined in:
lib/logfoo/formatters/simple_formatter.rb

Constant Summary collapse

FORMAT =
"[%5s]: %s -%s%s".freeze
BACKTRACE_LINE =
"\t%s\n".freeze
EXCEPTION_LINE =
"%s: %s\n".freeze

Constants inherited from LogfmtFormatter

LogfmtFormatter::FLOAT_FORMAT, LogfmtFormatter::IGNORED_KEYS, LogfmtFormatter::STACKTRACE_RE, LogfmtFormatter::UNESCAPED_STRING

Method Summary

Methods inherited from LogfmtFormatter

#call