<- Logger$new(prefix = "INFO")
log
$log("Something")
log#> INFO Something
$log("Something else")
log#> INFO Something else
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.