Description
Record Events and Issues.
Description
Logger to keep track of informational events and errors useful for debugging.
README.md
Example
log <- Logger$new(prefix = "INFO")
log$log("Something")
#> INFO Something
log$log("Something else")
#> INFO Something else
Code of Conduct
Please note that the log project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.