Type: Package Package: log4r Title: A Fast and Lightweight Logging System for R, Based on 'log4j' Version: 0.4.4.9000 Authors@R: c( person("John Myles", "White", role = c("aut", "cph")), person("Kenton", "White", role = "ctb"), person("Kirill", "Müller", email = "krlmlr+r@mailbox.org", role = "ctb"), person("Aaron", "Jacobs", email = "atheriel@gmail.com", role = c("aut", "cre")) ) Description: The log4r package is meant to provide a fast, lightweight, object-oriented approach to logging in R based on the widely-emulated 'log4j' system and etymology. License: Artistic-2.0 URL: https://github.com/johnmyleswhite/log4r, https://log4r.r-lib.org BugReports: https://github.com/johnmyleswhite/log4r/issues Imports: cli, lifecycle, rlang Suggests: futile.logger, httr, jsonlite, knitr, lgr, logger, logging, loggit, microbenchmark, rlog, rmarkdown, rsyslog, testthat (>= 3.0.0) Encoding: UTF-8 LazyLoad: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/testthat/edition: 3 Collate: 'appenders.R' 'logfuncs.R' 'deprecated.R' 'layouts.R' 'level.R' 'log4r-package.R' 'logger.R' Config/Needs/website: tidyverse/tidytemplate Repository: https://r-lib.r-universe.dev Date/Publication: 2024-10-18 17:05:01 UTC RemoteUrl: https://github.com/r-lib/log4r RemoteRef: HEAD RemoteSha: ab0b7e97c12bf4b7db4209e1de379f4985d39d36 NeedsCompilation: yes Packaged: 2026-07-01 18:05:15 UTC; root Author: John Myles White [aut, cph], Kenton White [ctb], Kirill Müller [ctb], Aaron Jacobs [aut, cre] Maintainer: Aaron Jacobs