Type: Package Package: lgr Title: A Fully Featured Logging Framework Version: 0.5.2.9000 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 Description: A flexible, light-weight logging framework based on 'R6' classes. It supports hierarchical loggers, structured logging, output to plaintext, 'JSON', (rotating) files, and memory buffers. Additional appenders for 'Elasticsearch', 'Dynatrace', databases, email and push notifications, and more are available in the 'lgrExtra' package. License: MIT + file LICENSE URL: https://s-fleck.github.io/lgr/ BugReports: https://github.com/s-fleck/lgr/issues/ Depends: R (>= 3.2.0) Imports: R6 (>= 2.4.0) Suggests: cli, covr, crayon, data.table, desc, future, future.apply, glue, jsonlite, knitr, rmarkdown, rotor (>= 0.3.5), rprojroot, testthat, tibble, tools, utils, whoami, yaml VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: 'Filterable.R' 'utils-sfmisc.R' 'utils.R' 'Appender.R' 'Filter.R' 'log_levels.R' 'LogEvent.R' 'Layout.R' 'LayoutJson.R' 'Logger.R' 'basic_config.R' 'default_functions.R' 'event_list.R' 'get_logger.R' 'lgr-package.R' 'logger_config.R' 'logger_index.R' 'logger_tree.R' 'read_json_lines.R' 'simple_logging.R' 'string_repr.R' 'use_logger.R' 'utils-formatting.R' 'utils-logging.R' 'utils-rd.R' 'utils-rotor.R' Repository: https://s-fleck.r-universe.dev Date/Publication: 2026-07-21 13:33:00 UTC RemoteUrl: https://github.com/s-fleck/lgr RemoteRef: HEAD RemoteSha: fb81b57dd3a6e501fe25361a82554705f35a9de1 NeedsCompilation: no Packaged: 2026-07-21 15:07:59 UTC; root Author: Stefan Fleck [aut, cre] (ORCID: )