Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
s-fleck committed Aug 20, 2019
1 parent b333a3d commit 9ea0d81
Show file tree
Hide file tree
Showing 25 changed files with 153 additions and 145 deletions.
2 changes: 1 addition & 1 deletion R/basic_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' A quick and easy way to configure the root logger. This is less powerful
#' then using [`lgr$config()` or `lgr$set_*()`][Logger], but reduces the
#' most common configrations to a single line of code.
#' most common configurations to a single line of code.
#'
#' @param file `character` scalar: If not `NULL` a [AppenderFile] will be
#' created that logs to this file. If the filename ends in `.jsonl`, the
Expand Down
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@

0 errors | 0 warnings | 0 notes

adds appender that can write to syslog
Adds appender that can write to syslog. This introduces an optional dependency
on the linux-only rsyslog package, so checks fail on windows if suggests are
forced. Running the tests/examples of this package will write a few lines to
the syslog on linux systems, if this is an undesired side effect I can disable
the tests.
128 changes: 64 additions & 64 deletions docs/articles/lgr.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/AppenderConsole.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions docs/reference/AppenderDt.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/AppenderFile.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/AppenderJson.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/AppenderSyslog.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ea0d81

Please sign in to comment.