Type: Package
Package: log4r
Title: A Fast and Lightweight Logging System for R, Based on 'log4j'
Version: 0.4.1
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
BugReports: https://github.com/johnmyleswhite/log4r/issues
Suggests: futile.logger, httr, jsonlite, knitr, lgr, logger, logging,
        loggit, microbenchmark, rlog, rmarkdown, rsyslog, testthat
Encoding: UTF-8
LazyLoad: yes
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-10-28 01:56:47 UTC; aaronj
Author: John Myles White [aut, cph],
  Kenton White [ctb],
  Kirill Müller [ctb],
  Aaron Jacobs [aut, cre]
Maintainer: Aaron Jacobs <atheriel@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-28 13:40:06 UTC
