Type: Package
Package: logger
Authors@R: c(
    person("Gergely", "Daróczi", , "daroczig@rapporter.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3149-8537")),
    person("System1", role = c("fnd"))
    )
Title: A Lightweight, Modern and Flexible Logging Utility
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.
Version: 0.1
Date: 2018-12-20
URL: https://github.com/daroczig/logger
Encoding: UTF-8
RoxygenNote: 6.1.0
License: AGPL-3
Imports: utils
Suggests: glue, jsonlite, crayon, slackr, RPushbullet, testthat, covr,
        knitr, rmarkdown, devtools, roxygen2, parallel
Enhances: logging, futile.logger, log4r
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-02 14:50:01 UTC; daroczig
Author: Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>),
  System1 [fnd]
Maintainer: Gergely Daróczi <daroczig@rapporter.net>
Repository: CRAN
Date/Publication: 2019-01-02 15:30:03 UTC
