Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 10 found.
[1] < 1 > [1]  Sort:

flog.threshold (Package: futile.logger) : Get and set the threshold for a logger

The threshold affects the visibility of a given logger. When a log statement is called, e.g. flog.debug('foo'), futile.logger compares the threshold of the logger with the level implied in the log command (in this case DEBUG). If the log level is at or higher in priority than the logger threshold, a message will print. Otherwise the command will silently return.
● Data Source: CranContrib
● Keywords: data
● Alias: flog.threshold
● 0 images

ftry (Package: futile.logger) : Wrap a try block in futile.logger

This function integrates futile.logger with the error and warning system so problems can be caught both in the standard R warning system, while also being emitted via futile.logger.
● Data Source: CranContrib
● Keywords: data
● Alias: ftry
● 0 images

futile.logger-package (Package: futile.logger) : A Logging Utility for R

This package implements a logging system inspired by log4j. The basic idea of layouts, appenders, and loggers is faithful to log4j, while the implementation and idiom is all R. This means that support for hierarchical loggers, custom appenders, custom layouts is coupled with a simple and intuitive functional syntax.
● Data Source: CranContrib
● Keywords: attribute, logic, package
● Alias: flog.namespace, futile.logger, futile.logger-package
● 0 images

flog.appender (Package: futile.logger) : Manage appenders for loggers

Provides functions for adding and removing appenders.
● Data Source: CranContrib
● Keywords: data
● Alias: appender.console, appender.file, appender.tee, flog.appender
● 0 images

scat (Package: futile.logger) : Print formatted messages

A replacement for cat that has built-in sprintf formatting
● Data Source: CranContrib
● Keywords: data
● Alias: scat
● 0 images

flog.carp (Package: futile.logger) : Always return the log message

Indicate whether the logger will always return the log message despite the threshold.
● Data Source: CranContrib
● Keywords: data
● Alias: flog.carp
● 0 images

flog.logger (Package: futile.logger) : Manage loggers

Provides functions for writing log messages and managing loggers. Typically only the flog.[trace|debug|info|warn|error|fatal] functions need to be used in conjunction with flog.threshold to interactively change the log level.
● Data Source: CranContrib
● Keywords: data
● Alias: flog.debug, flog.error, flog.fatal, flog.info, flog.logger, flog.trace, flog.warn
● 0 images

flog.remove (Package: futile.logger) : Remove a logger

In the event that you no longer wish to have a logger registered, use this function to remove it. Then any references to this logger will inherit the next available logger in the hierarchy.
● Data Source: CranContrib
● Keywords: data
● Alias: flog.remove
● 0 images

logger.options (Package: futile.logger) : Constants for 'futile.logger'

Log level constants and the logger options.
● Data Source: CranContrib
● Keywords: data
● Alias: DEBUG, ERROR, FATAL, INFO, TRACE, WARN, logger.options
● 0 images

flog.layout (Package: futile.logger) : Manage layouts within the 'futile.logger' sub-system

Provides functions for managing layouts. Typically 'flog.layout' is only used when manually creating a logging configuration.
● Data Source: CranContrib
● Keywords: data
● Alias: flog.layout, layout.format, layout.json, layout.simple, layout.tracearg
● 0 images