Learn R Programming

⚠️There's a newer version (1.4.3) of this package.Take me there.

futile.logger (version 1.3.7)

A logging library for R

Description

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.

Copy Link

Version

Install

install.packages('futile.logger')

Monthly Downloads

137,236

Version

1.3.7

License

LGPL-3

Maintainer

Brian Lee Yung Rowe

Last Published

January 25th, 2014

Functions in futile.logger (1.3.7)

flog.logger

Manage loggers
flog.layout

Manage layouts within the 'futile.logger' sub-system
logger.options

Constants for 'futile.logger'
flog.remove

Remove a logger
flog.threshold

Get and set the threshold for a logger
flog.appender

Manage appenders for loggers
scat

Print formatted messages
futile.logger-package

An easy to use logging package for R
flog.carp

Always return the log message
ftry

Wrap a try block in futile.logger