Type: Package
Package: lgr
Title: A Fully Featured Logging Framework
Version: 0.3.3
Authors@R: 
    person(given = "Stefan",
           family = "Fleck",
           role = c("aut", "cre"),
           email = "stefan.b.fleck@gmail.com",
           comment = c(ORCID = "0000-0003-3344-9851"))
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
Description: A flexible, feature-rich yet light-weight logging
    framework based on 'R6' classes. It supports hierarchical loggers,
    custom log levels, arbitrary data fields in log events, logging to
    plaintext, 'JSON', (rotating) files, memory buffers, and databases, as
    well as email and push notifications. For a full list of features with
    examples please refer to the package vignette.
License: MIT + file LICENSE
URL: https://s-fleck.github.io/lgr
BugReports: https://github.com/s-fleck/lgr/issues
Depends: R (>= 2.10)
Imports: R6 (>= 2.4.0)
Suggests: cli, covr, crayon, data.table, DBI, desc, future,
        future.apply, glue, gmailr, jsonlite, knitr, RMariaDB,
        rmarkdown, rotor (>= 0.2.2), RPostgres, rprojroot, RPushbullet,
        RSQLite, rsyslog, sendmailR, testthat, tibble, tools, utils,
        whoami, yaml
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: 'Filterable.R' 'utils-sfmisc.R' 'utils.R' 'Appender.R'
        'Filter.R' 'log_levels.R' 'print_LogEvent.R' 'Layout.R'
        'LogEvent.R' 'Logger.R' 'basic_config.R' 'default_functions.R'
        'get_logger.R' 'lgr-package.R' 'logger_config.R'
        'logger_tree.R' 'print_Appender.R' 'print_Logger.R'
        'read_json_log.R' 'simple_logging.R' 'use_logger.R'
        'utils-formatting.R' 'utils-logging.R' 'utils-rd.R'
        'utils-rotor.R' 'utils-test.R'
NeedsCompilation: no
Packaged: 2019-09-26 17:14:55 UTC; hoelk
Author: Stefan Fleck [aut, cre] (<https://orcid.org/0000-0003-3344-9851>)
Repository: CRAN
Date/Publication: 2019-09-27 09:10:05 UTC
