log4r
A Fast and Lightweight Logging System for R, Based on 'log4j'

Provides a fast, lightweight, object-oriented approach to logging based on the widely-emulated 'log4j' system and etymology. Loggers write messages to one or more destinations, such as the console, a file, or a remote server, using a format you control. Messages below the chosen severity threshold are discarded cheaply, so logging calls can be left in production code.

Released on 2026-08-04 22:50:15 UTC