logr 1.2.0
- 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
logr 1.1.0
- 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
- Fixed bug when printing tibbles to the log.
logr 1.0.4
- Fixed bug when printing objects with multiple classes.
logr 1.0.3
- Added log_open() function to open the log.
- Added log_print() function to print to the log.
- Added log_close() function to print to the log.