Package: loggit2
Title: Easy-to-Use, Dependencyless Logger
Description: 
    An easy-to-use 'ndjson' (newline-delimited 'JSON') logger.
    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.
    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.
Version: 2.2.2
Authors@R: c(
    person("Matthias", "Ollech", role = c("cre", "aut"), email = "ollech@gmx.com"),
    person("Ryan", "Price", role = c("fnd", "aut"))
  )
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
Suggests: knitr (>= 1.19), rmarkdown (>= 1.8), testthat (>= 3.0.0)
URL: https://github.com/MEO265/loggit2
BugReports: https://github.com/MEO265/loggit2/issues
RoxygenNote: 7.3.0
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-05-02 17:02:54 UTC; Matthias
Author: Matthias Ollech [cre, aut],
  Ryan Price [fnd, aut]
Maintainer: Matthias Ollech <ollech@gmx.com>
Repository: CRAN
Date/Publication: 2024-05-03 12:30:06 UTC
