Package: luzlogr 0.2.1
luzlogr: Lightweight Logging for R Scripts
Provides flexible but lightweight logging facilities for R scripts. Supports priority levels for logs and messages, flagging messages, capturing script output, switching logs, and logging to files or connections.
Authors:
luzlogr_0.2.1.tar.gz
luzlogr_0.2.1.zip(r-4.5)luzlogr_0.2.1.zip(r-4.4)luzlogr_0.2.1.zip(r-4.3)
luzlogr_0.2.1.tgz(r-4.4-any)luzlogr_0.2.1.tgz(r-4.3-any)
luzlogr_0.2.1.tar.gz(r-4.5-noble)luzlogr_0.2.1.tar.gz(r-4.4-noble)
luzlogr_0.2.1.tgz(r-4.4-emscripten)luzlogr_0.2.1.tgz(r-4.3-emscripten)
luzlogr.pdf |luzlogr.html✨
luzlogr/json (API)
NEWS
# Install 'luzlogr' in R: |
install.packages('luzlogr', repos = c('https://bpbond.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bpbond/luzlogr/issues
Last updated 9 months agofrom:13ccaf301d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win | OK | Oct 24 2024 |
R-4.5-linux | OK | Oct 24 2024 |
R-4.4-win | OK | Oct 24 2024 |
R-4.4-mac | OK | Oct 24 2024 |
R-4.3-win | OK | Oct 24 2024 |
R-4.3-mac | OK | Oct 24 2024 |
Exports:closelogflaglogopenlogprintlog
Dependencies:assertthat
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Close current logfile | closelog |
Open a new logfile | openlog |
Log a message | flaglog printlog |