Package: logging
Version: 0.8-104
Title: R Logging Package
Authors@R: c(
  person("Mario", "Frasca", email = "mariotomo@gmail.com", role = c("aut")),
  person("Walerian", "Sokolowski", email = "r-logging@wlogsolutions.com", role = c("cre"))
  )
Description: Pure R implementation of the ubiquitous log4j package. It offers hierarchic 
  loggers, multiple handlers per logger, level based filtering, space handling in messages 
  and custom formatting.
URL: https://github.com/WLOGSolutions/r-logging
BugReports: https://github.com/WLOGSolutions/r-logging/issues
License: GPL-3
Encoding: UTF-8
Language: en-US
Depends: R (>= 3.1.0)
Imports: methods
Suggests: svUnit, XML
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-11-29 16:16:23 UTC; ws171913
Author: Mario Frasca [aut],
  Walerian Sokolowski [cre]
Maintainer: Walerian Sokolowski <r-logging@wlogsolutions.com>
Repository: CRAN
Date/Publication: 2018-11-30 07:40:03 UTC
