Package: loggit Title: Modern Logging for the R Ecosystem Description: An effortless 'ndjson' (newline-delimited 'JSON') logger, with two primary log-writing interfaces. It provides a set of wrappings for base R's message(), warning(), and stop() functions that maintain identical functionality, but also log the handler message to an 'ndjson' log file. 'loggit' also exports its internal 'loggit()' function for powerful and configurable custom logging. No change in existing code is necessary to use this package, and should only require additions to fully leverage the power of the logging system. 'loggit' also provides a log reader for reading an 'ndjson' log file into a data frame, log rotation, and live echo of the 'ndjson' log messages to terminal 'stdout' for log capture by external systems (like containers). 'loggit' is ideal for Shiny apps, data pipelines, modeling work flows, and more. Please see the vignettes for detailed example use cases. Version: 2.1.1.9999 Date: 2021-02-27 Authors@R: person(given = "Ryan", family = "Price", role = c("cre", "aut"), email = "ryapric@gmail.com") License: MIT + file LICENSE Depends: R (>= 3.4.0) Suggests: knitr (>= 1.19), rmarkdown (>= 1.8), testthat (>= 2.0.0) URL: https://github.com/ryapric/loggit BugReports: https://github.com/ryapric/loggit/issues RoxygenNote: 7.1.1 Encoding: UTF-8 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Repository: https://ryapric.r-universe.dev Date/Publication: 2022-04-12 17:08:07 UTC RemoteUrl: https://github.com/ryapric/loggit RemoteRef: HEAD RemoteSha: dd4afecbd54826ec91b3cc11dc680775fd4b5855 NeedsCompilation: no Packaged: 2026-07-14 08:55:39 UTC; root Author: Ryan Price [cre, aut] Maintainer: Ryan Price