Learn R Programming

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

logging (version 0.4-42)

a tentative logging package

Description

a logging package emulating the python logging package.

Copy Link

Version

Install

install.packages('logging')

Monthly Downloads

10,465

Version

0.4-42

License

GPL (>= 2)

Maintainer

Mario Frasca

Last Published

July 9th, 2010

Functions in logging (0.4-42)

setLevel

set logging.level for the object
addHandler

add a handler to a logger
removeHandler

remove a handler from a logger
logging-internal

undocumented internal functions and variables
getHandler

retrieves a handler from a logger.
logging-package

a tentative logging package
basicConfig

bootstrapping the logging package
loginfo

entry points for logging actions
loglevels

the logging levels, names and values
handler-actions

predefined handler actions
getLogger

set defaults and get current values for the named logger