Rdocumentation
powered by
Learn R Programming
logging (version 0.10-108)
R Logging Package
Description
Pure R implementation of the ubiquitous log4j package. It offers hierarchic loggers, multiple handlers per logger, level based filtering, space handling in messages and custom formatting.
Copy Link
Link to current version
Version
Version
0.10-108
0.9-107
0.9-106
0.9-105
0.8-104
0.7-103
0.6-92
0.6-85
0.5-63
0.4-42
0.4-35
0.4-13
0.3-9809
0.2-9100
0.2-9014
0.1-8996
Install
install.packages('logging')
Monthly Downloads
10,808
Version
0.10-108
License
GPL-3
Issues
7
Pull Requests
1
Stars
60
Forks
20
Repository
https://github.com/WLOGSolutions/r-logging
Maintainer
Walerian Sokolowski
Last Published
July 14th, 2019
Functions in logging (0.10-108)
Search all functions
setMsgComposer
Sets message composer for logger.
updateOptions
Changes settings of logger or handler.
handlers-management
Add a handler to or remove one from a logger.
getLogger
Set defaults and get the named logger.
resetMsgComposer
Resets previously set message composer.
setLevel
Set
logging.level
for the object.
bootstrapping
Bootstrapping the logging package.
getHandler
Retrieves a handler from a logger.
inbuilt-actions
Predefined(sample) handler actions
logging-entrypoints
Entry points for logging actions
loglevels
The logging levels, names and values
logging-package
A tentative logging package.