Package: futile.logger 1.4.3

Brian Lee Yung Rowe

futile.logger: A Logging Utility for R

Provides a simple yet powerful logging utility. Based loosely on log4j, futile.logger takes advantage of R idioms to make logging a convenient and easy to use replacement for cat and print statements.

Authors:Brian Lee Yung Rowe

futile.logger_1.4.3.tar.gz
futile.logger_1.4.3.tar.gz(r-4.5-noble)futile.logger_1.4.3.tar.gz(r-4.4-noble)
futile.logger_1.4.3.tgz(r-4.4-emscripten)futile.logger_1.4.3.tgz(r-4.3-emscripten)
futile.logger.pdf |futile.logger.html
futile.logger/json (API)

# Install 'futile.logger' in R:
install.packages('futile.logger', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

29 exports 12.53 score 3 dependencies 1155 dependents 1.3k scripts 50.9k downloads

Last updated 8 years agofrom:76e6d368aa. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-linuxOKAug 27 2024

Exports:appender.consoleappender.fileappender.teeDEBUGERRORFATALflog.appenderflog.carpflog.debugflog.errorflog.fatalflog.infoflog.layoutflog.loggerflog.namespaceflog.removeflog.thresholdflog.traceflog.warnftryINFOlayout.formatlayout.jsonlayout.simplelayout.tracearglogger.optionsscatTRACEWARN

Dependencies:formatRfutile.optionslambda.r

Readme and manuals

Help Manual

Help pageTopics
A Logging Utility for Rfutile.logger-package flog.namespace futile.logger
Manage appenders for loggersappender.console appender.file appender.tee flog.appender
Always return the log messageflog.carp
Manage layouts within the 'futile.logger' sub-systemflog.layout layout.format layout.json layout.simple layout.tracearg
Manage loggersflog.debug flog.error flog.fatal flog.info flog.logger flog.trace flog.warn
Remove a loggerflog.remove
Get and set the threshold for a loggerflog.threshold
Wrap a try block in futile.loggerftry
Constants for 'futile.logger'DEBUG ERROR FATAL INFO logger.options TRACE WARN
Print formatted messagesscat