README.md

[![R-CMD-check](https://github.com/devOpifex/log/workflows/R-CMD-check/badge.svg)](https://github.com/devOpifex/log/actions) [![codecov](https://codecov.io/gh/devOpifex/log/branch/master/graph/badge.svg?token=AWAEDORHEU)](https://app.codecov.io/gh/devOpifex/log) [Docs](https://log.opifex.org) A logger for R inspired by go’s standard library log package.

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.



Try the log package in your browser

Any scripts or data that you put into this service are public.

log documentation built on March 18, 2022, 6:02 p.m.