Type: Package
Package: lgr
Title: A Fully Featured Logging Framework
Version: 0.2.1
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', 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://github.com/s-fleck/lgr
BugReports: https://github.com/s-fleck/lgr/issues
Imports: R6 (>= 2.4.0)
Suggests: covr, crayon, data.table, DBI, desc, future, future.apply,
        glue, gmailr, jsonlite, knitr, rmarkdown, sendmailR, RSQLite,
        RMariaDB, RPostgres, RMySQL, RPostgreSQL, rprojroot, 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' 'default_functions.R' 'get_logger.R'
        'lgr-package.R' 'logger_config.R' 'print_Logger.R'
        'read_json_log.R' 'simple_logging.R' 'test.R' 'use_logger.R'
        'utils-formatting.R' 'utils-logging.R' 'utils-rd.R'
NeedsCompilation: no
Packaged: 2019-03-25 11:46:20 UTC; fleck
Author: Stefan Fleck [aut, cre] (<https://orcid.org/0000-0003-3344-9851>)
Repository: CRAN
Date/Publication: 2019-03-25 15:40:03 UTC
