Recent Releases of lgr

lgr - 0.5.0

  • Added rawMsg property to LogEvents to store message without string interpolation (i.e. the original string that still contains the placeholders from either sprintf() or glue()) (#60)

  • Updated AppenderConsole to accept a connection argument. If called from a {knitr} rendering process, log messages are now output to stderr instead of stdout by default. This avoids polluting markdown documents (#62, thx @gadenbuie).

  • Replace NULL values and empty characters in logging by the string "<NULL>". Before, NULL values would have resulted in empty log messages. (#51)

  • Support transformers for LoggerGlue (see ?glue::glue) (#51)

  • Add excluded_fields to Layout for excluding fields from logging.

  • Add transform_event and transform_event_names to LayoutJson to make it more flexible. Exclude rawMsg by 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 - Seventh CRAN Release

- HTML
Published by s-fleck over 5 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 $config method that can load config objects and YAML files/strings

- HTML
Published by s-fleck about 7 years ago

lgr - Third CRAN release - AppenderFileRotating

- HTML
Published by s-fleck about 7 years ago

lgr - First CRAN release

Finalized basic API

- HTML
Published by s-fleck over 7 years ago