Other packages > Find by keyword >

logging  

R Logging Package
View on CRAN: Click here


Download and install logging package within the R console
Install from CRAN:
install.packages("logging")

Install from Github:
library("remotes")
install_github("cran/logging")

Install by package version:
library("remotes")
install_version("logging", "0.10-108")



Attach the package and use:
library("logging")
Maintained by
Walerian Sokolowski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-01-15
Latest Update: 2019-07-14
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.
How to cite:
Walerian Sokolowski (2010). logging: R Logging Package. R package version 0.10-108, https://cran.r-project.org/web/packages/logging. Accessed 03 Feb. 2025.
Previous versions and publish date:
0.1-8996 (2010-01-15 10:17), 0.2-9014 (2010-01-15 17:26), 0.2-9100 (2010-01-22 13:43), 0.3-9809 (2010-03-26 12:17), 0.4-13 (2010-04-07 09:56), 0.4-35 (2010-04-13 09:22), 0.4-42 (2010-07-09 10:50), 0.5-63 (2011-02-25 11:12), 0.6-85 (2011-08-10 12:13), 0.6-92 (2011-09-14 14:36), 0.7-103 (2013-04-12 08:30), 0.8-104 (2018-11-30 08:40), 0.9-105 (2019-01-16 19:10), 0.9-106 (2019-01-23 10:20), 0.9-107 (2019-02-10 12:40)
Other packages that cited logging R package
View logging citation profile
Other R packages that logging depends, imports, suggests or enhances
Complete documentation for logging
Functions, R codes and Examples using the logging R package
Some associated functions: bootstrapping . getHandler . getLogger . handlers-management . inbuilt-actions . logging-entrypoints . logging-package . loglevels . resetMsgComposer . setLevel . setMsgComposer . updateOptions . 
Some associated R codes: logger.R . namedLevels.R . oo.R . updateOptions.R . utils.R . zzz.R .  Full logging package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Bolstad2  
Bolstad Functions
A set of R functions and data sets for the book "Understanding Computational Bayesian Statistics." T ...
Download / Learn more Package Citations See dependency  
sgof  
Multiple Hypothesis Testing
Seven different methods for multiple testing problems. The SGoF-type methods (see for example, Carva ...
Download / Learn more Package Citations See dependency  
cmce  
Computer Model Calibration for Deterministic and Stochastic Simulators
Implements the Bayesian calibration model described in Pratola and Chkrebtii (2018) ...
Download / Learn more Package Citations See dependency  
predictoR  
Predictive Data Analysis System
Perform a supervised data analysis on a database through a 'shiny' graphical interface. It includes ...
Download / Learn more Package Citations See dependency  
metaboData  
Example Metabolomics Data Sets
Data sets from a variety of biological sample matrices, analysed using a number of mass spectrometr ...
Download / Learn more Package Citations See dependency  
HGMND  
Heterogeneous Graphical Model for Non-Negative Data
Graphical model is an informative and powerful tool to explore the conditional dependence relationsh ...
Download / Learn more Package Citations See dependency  

23,630

R Packages

204,513

Dependencies

64,101

Author Associations

23,581

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA