Type: Package Package: logger Title: A Lightweight, Modern and Flexible Logging Utility Version: 0.4.2 Date: 2026-05-08 Authors@R: c( person("Gergely", "Daróczi", , "daroczig@rapporter.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3149-8537")), person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), person("Jonathan", "Carroll", , "rpkg@jcarroll.com.au", role = "ctb", comment = c(ORCID = "0000-0002-1404-5264")), person("Spare Cores", role = "fnd"), person("System1", role = "fnd") ) Description: Inspired by the the 'futile.logger' R package and 'logging' Python module, this utility provides a flexible and extensible way of formatting and delivering log messages with low overhead. License: MIT + file LICENSE URL: https://daroczig.github.io/logger/ BugReports: https://github.com/daroczig/logger/issues Depends: R (>= 4.0.0) Imports: utils Suggests: botor, cli, covr, crayon, devtools, glue, jsonlite, knitr, mirai (>= 1.3.0), ntfy, pander, parallel, R.utils, rmarkdown, roxygen2, RPushbullet, rsyslog, shiny, slackr (>= 1.4.1), syslognet, telegram, testthat (>= 3.0.0), withr Enhances: futile.logger, log4r, logging VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: TRUE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://daroczig.r-universe.dev Date/Publication: 2026-05-08 20:43:16 UTC RemoteUrl: https://github.com/daroczig/logger RemoteRef: HEAD RemoteSha: fab365a26b4d5bd28abe44978aa15fdfb4e1110c NeedsCompilation: no Packaged: 2026-06-07 06:14:57 UTC; root Author: Gergely Daróczi [aut, cre] (ORCID: ), Hadley Wickham [aut] (ORCID: ), Jonathan Carroll [ctb] (ORCID: ), Spare Cores [fnd], System1 [fnd] Maintainer: Gergely Daróczi