Package: loggit2
Title: Easy-to-Use, Dependencyless Logger
Description: 
    An easy-to-use 'ndjson' (newline-delimited 'JSON') logger.
    It provides a set of wrappers 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 only a few additional adjustments are needed to fully 
    utilize its potential.
Version: 2.4.0
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 (>= 4.0)
Suggests: knitr (>= 1.19), rmarkdown (>= 1.8), testthat (>= 3.0), utils
URL: https://github.com/MEO265/loggit2, https://r-loggit.org/
BugReports: https://github.com/MEO265/loggit2/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-06-01 18:18:51 UTC; a501562
Author: Matthias Ollech [cre, aut],
  Ryan Price [fnd, aut]
Maintainer: Matthias Ollech <ollech@gmx.com>
Repository: CRAN
Date/Publication: 2025-06-01 23:20:10 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 01:16:07 UTC; windows
Archs: x64
