-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
76 lines (76 loc) · 1.71 KB
/
DESCRIPTION
File metadata and controls
76 lines (76 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Type: Package
Package: lgr
Title: A Fully Featured Logging Framework
Version: 0.5.2
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, 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'