Learn R Programming

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

logging (version 0.6-85)

a tentative logging package

Description

a logging package emulating the python logging package.

Copy Link

Version

Install

install.packages('logging')

Monthly Downloads

10,808

Version

0.6-85

License

GPL (>= 2)

Maintainer

Mario Frasca

Last Published

August 10th, 2011

Functions in logging (0.6-85)

logging-internal

undocumented internal functions and variables
getHandler

retrieves a handler from a logger.
handler-actions

predefined handler actions
loginfo

entry points for logging actions
getLogger

set defaults and get current values for the named logger
setLevel

set logging.level for the object
removeHandler

remove a handler from a logger
loglevels

the logging levels, names and values
logging-package

a tentative logging package
addHandler

add a handler to a logger
basicConfig

bootstrapping the logging package