Incorporated tidylog directly into the logr package. Can be turned on using the ‘autolog’ parameter of log_open(), or by setting the global option ‘logr.autolog’.
Added log_hook() function to allow other packages to call into logr.
Added pkgdown site.
logr 1.1.1 2020-10-10
Added NEWS file.
logr 1.1.0 2020-08-10
Added put() function as an alias to log_print()
Added sep() function to create a log separator. This make the log better organized and easier to read
Fixed bug to clear any existing errors/warnings on log_open
logr 1.0.5 2020-07-07
Fixed bug when printing tibbles to the log.
logr 1.0.4 2020-07-04
Fixed bug when printing objects with multiple classes.