All Projects → WLOGSolutions → r-logging

WLOGSolutions / r-logging

Licence: other
R port of the popular log4j logging module

Programming Languages

r
7636 projects
hack
652 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
Travis Total downloads Downloads CRAN version
Travis build status CRAN total downloads CRAN downloads CRAN version

r-logging

R port of the popular Python logging package.

It implements hierarchical logging, multiple handlers at a single logger, formattable log records...

What you find here behaves similarly to what you also find in Python's standard logging module.

Far from being comparable to a Python standard module, this tiny logging module does include

  • hierarchic loggers,

  • multiple handlers at each logger,

  • the possibility to specify a formatter for each handler (one default formatter is given),

  • same levels (names and numeric values) as Python's logging package,

  • a simple basicConfig function to quickly put yourself in a usable situation...

  • some sample handlers, sending log records

  • to the console,

  • to a file

for more information, have a look at the [online tutorial] (http://logging.r-forge.r-project.org/sample_session.php) on [r-forge] (http://r-forge.r-project.org/).

installation

Simply call

devtools::install_github("WLOGSolutions/r-logging/pkg")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].