aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/logger_formatter.erl
AgeCommit message (Collapse)Author
2018-05-21Format logger timestamps according to RFC3339Siri Hansen
2018-05-21Improve santiy check of formatter configSiri Hansen
2018-05-21Remove logger env vars for format_depth, max_size and utcSiri Hansen
These are replaced by new config handling and must not be used any more.
2018-05-07Change return type from logger_formatter:format/2Siri Hansen
This used to be string() is now changed to unicode:chardata().
2018-05-03Set single_line=true by default in logger_formatterSiri Hansen
2018-04-26Add chars_limit option to logger_formatterSiri Hansen
2018-04-26Add loggerSiri Hansen