Skip to content

logger 0.4.1 (2025-09-08)

Latest

Choose a tag to compare

@daroczig daroczig released this 09 Sep 07:50
· 15 commits to main since this release
391184d

New features and quality of life improvements:

  • Support renaming meta fields (#217, @atusy)
  • Added log_elapsed() to show cumulative elapsed running time (#221, @thomasp85)
  • log_errors() gains a traceback argument that toggles whether the error traceback should be logged along with the message (fix #86 via #223, @thomasp85)
  • File and line location of the log call is now available to the layouts (fix #110 via #224, @thomasp85)
  • New formatter_cli() allows you to use the syntax from the cli package to create log messages (fix #210 via #225, @thomasp85)
  • New log_chunk_time() helper function to automatically log the execution time of knitr code chunks (fix #222 via #227, @thomasp85)
  • Allow user to overwrite the timestamp during logging if needed (fix #230, @thomasp85)