Recent Releases of lgr
lgr - 0.5.0
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.
- HTML
Published by s-fleck 11 months ago
lgr - v0.4.4
What's Changed
- interpolate {msg} in default LayoutGlue spec by @mmuurr in https://github.com/s-fleck/lgr/pull/54
New Contributors
- @mmuurr made their first contribution in https://github.com/s-fleck/lgr/pull/54
Full Changelog: https://github.com/s-fleck/lgr/compare/v.0.4.1...v0.4.4
- HTML
Published by s-fleck over 3 years ago
lgr - Sixth CRAN Release
Fixes notable performance regression when looking up parents of a logger
- HTML
Published by s-fleck over 6 years ago
lgr - Fifth CRAN release
Adds AppenderSyslog for writing to the syslog on supported POSIX machines via rsyslog
- HTML
Published by s-fleck almost 7 years ago
lgr - Fourth CRAN release
General maintenance release, adds logger_tree() for a quick overview of all registered loggers.
- HTML
Published by s-fleck about 7 years ago
lgr - Second CRAN Release - Global Loggers
- Loggers are now stored in a global namespace and accessed/created with get_logger() similar to python logging
- Loggers gain a
$configmethod that can load config objects and YAML files/strings
- HTML
Published by s-fleck about 7 years ago