@@ -9,12 +9,12 @@ Authors@R:
99 email = "stefan.b.fleck@gmail.com",
1010 comment = c(ORCID = "0000-0003-3344-9851"))
1111Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
12- Description: A flexible, feature-rich yet light-weight logging
12+ Description: A flexible, light-weight logging
1313 framework based on 'R6' classes. It supports hierarchical loggers,
14- custom log levels, arbitrary data fields in log events, logging to
15- plaintext, 'JSON', (rotating) files, memory buffers. For extra
16- appenders that support logging to databases, email and push
17- notifications see the the package lgr.app .
14+ structured logging, output to plaintext, 'JSON', (rotating) files,
15+ and memory buffers. Additional appenders for Elasticsearch, Dynatrace,
16+ databases, email and push notifications, and more are available
17+ in the lgrExtra package.
1818License: MIT + file LICENSE
1919URL: https://s-fleck.github.io/lgr/
2020BugReports: https://github.com/s-fleck/lgr/issues/
0 commit comments