https://github.com/devOpifex/log
A logger for R
https://github.com/devOpifex/log
logging r rstats
Last synced: about 1 month ago
JSON representation
A logger for R
- Host: GitHub
- URL: https://github.com/devOpifex/log
- Owner: devOpifex
- License: agpl-3.0
- Created: 2020-12-01T16:53:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T06:18:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T17:06:28.200Z (about 2 months ago)
- Topics: logging, r, rstats
- Language: HTML
- Homepage: https://log.opifex.org
- Size: 907 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - devOpifex/log - A logger for R (HTML)
README
[](https://github.com/devOpifex/log/actions)
[](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
```r
log <- Logger$new(prefix = "INFO")log$log("Something")
#> INFO Somethinglog$log("Something else")
#> INFO Something else
```## Code of Conduct
Please note that the log project is released with a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.