Learn R Programming

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

logging (version 0.4-35)

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.4-35

License

GPL (>= 2)

Maintainer

Mario Frasca

Last Published

April 13th, 2010

Functions in logging (0.4-35)

removeHandler

remove a handler from a logger
basicConfig

bootstrapping the logging package
setLevel

set logging.level for the object
getHandler

retrieves a handler from a logger.
handler-actions

predefined handler actions
addHandler

add a handler to a logger
loginfo

entry points for logging actions
loglevels

the logging levels, names and values
logging-internal

undocumented internal functions and variables
getLogger

set defaults and get current values for the named logger
logging-package

a tentative logging package