-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path_pkgdown.yml
75 lines (64 loc) · 1.51 KB
/
_pkgdown.yml
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
url: https://daroczig.github.io/logger
template:
bootstrap: 5
authors:
System1:
href: https://system1.com
html: <img src="https://cdn.system1.com/s1c/dist/img/system1-logo.svg" height="14" width="70"/>
toc:
depth: 3
reference:
- title: Key logging functions
contents:
- log_level
- TRACE
- log_threshold
- title: Other logging helpers
contents:
- log_eval
- log_failure
- log_tictoc
- log_separator
- log_with_separator
- with_log_threshold
- title: Appenders
desc: >
Log appenders define where logging output should be sent to.
contents:
- log_appender
- starts_with("appender_")
- title: Formatters
desc: >
Log formatters control how the inputs to the `log_` functions are converted
to a string. The default is `formatter_glue()` when `glue` is installed.
contents:
- log_formatter
- starts_with("formatter_")
- skip_formatter
- title: Layouts
desc: >
Logging layouts control what is sent to the appender. They always include
the logged string, but might also include the timestamp, log level, etc.
contents:
- log_layout
- starts_with("layout_")
- title: Hooks for automated logging
contents:
- log_shiny_input_changes
- log_messages
- log_warnings
- log_errors
- title: Other helpers
contents:
- colorize_by_log_level
- logger
- delete_logger_index
- "%except%"
- title: Dev tools
contents:
- as.loglevel
- deparse_to_one_line
- fail_on_missing_package
- get_logger_meta_variables
- log_namespaces
- log_indices