Class: Logfoo::SimpleFormatter

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

Constant Summary collapse

FORMAT =
"[%5s]: %s -%s%s".freeze

Constants inherited from LogfmtFormatter

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

Method Summary

Methods inherited from LogfmtFormatter

#call