Learn R Programming

Docs

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.

Copy Link

Version

Install

install.packages('log')

Monthly Downloads

440

Version

1.1.1

License

AGPL-3

Maintainer

John Coene

Last Published

February 24th, 2022

Functions in log (1.1.1)

is.log

Log Check
checkInstalled

Check Installed
shiny

Default Logger for Shiny.
Logger

Logger
plumber

Plumber
templates

Template Loggers
inputLogger

Input logger