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
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
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

mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns