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]
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 13 Apr. 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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for logging200220240260280300320340360380400420440460TrendBars

Today's Hot Picks in Authors and Packages

ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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