-
Added
rawMsgproperty to LogEvents to store message without
string interpolation (i.e. the original string that still contains
the placeholders from eithersprintf()orglue()) (#60) -
Updated
AppenderConsoleto accept aconnectionargument. If called from a
{knitr}rendering process, log messages are now output tostderrinstead
ofstdoutby default. This avoids polluting markdown documents (#62, thx @gadenbuie). -
Replace
NULLvalues and empty characters in logging by the string"<NULL>".
Before,NULLvalues would have resulted in empty log messages. (#51) -
Support transformers for
LoggerGlue(see?glue::glue) (#51) -
Add
excluded_fieldstoLayoutfor excluding fields from logging. -
Add
transform_eventandtransform_event_namestoLayoutJsonto make
it more flexible. ExcluderawMsgby default for backwards compatibility.