logger
R package logger by daroczig — release notes from GitHub.
R's logging package handed to new maintainers and rebuilt from the inside out
◆Recent moves
- 3mo ago
logger 0.4.2 (2026-05-08)
A maintenance release adding appender_ntfy() for push notifications and quieting a normalizePath() warning when package source is absent. Another destination slotted into the appender interface without touching anything else.
View source ↗ - 11mo ago
logger 0.4.1 (2025-09-08)
Adds log_elapsed() for cumulative timing, a traceback toggle on log_errors(), call file and line location exposed to layouts, a cli-syntax formatter, and knitr chunk timing. A dense quality-of-life release that fills in long-open issues without altering the formatter/layout/appender contract.
View source ↗ - 11mo ago
logger 0.4.0 (2024-10-19)
Makes metadata computation lazy so expensive fields are only evaluated when a layout uses them, replaces the custom async appender machinery with mirai, and adds layout_gha() for native GitHub Actions output. The performance and internals work here is what the 0.4.1 feature run builds on.
View source ↗ - 11mo ago
logger 0.3.0 (2024-03-03)
Collects more than two years of accumulated community contributions: an OFF level, formatter_glue_safe, the as.loglevel helper, an env-var override for the default level, and assorted fixes. The breadth of contributors and the length of the backlog both mark this as a catch-up release.
View source ↗ - 11mo ago
logger 0.2.2 (2021-10-10)
A maintenance release fixing unbalanced code chunk delimiters in a vignette. Documentation-level only, from the package's quiet period.
View source ↗ - 11mo ago
logger 0.2.1 (2021-07-06)
Updates appender_slack() to call slackr_msg() after an upstream rename. A one-line adaptation to a dependency, and typical of how appenders age against the services they target.
View source ↗