[go: up one dir, main page]

File: options.R

package info (click to toggle)
r-cran-futile.logger 1.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: sh: 9; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#' Constants for 'futile.logger'
#' 
#' Log level constants and the logger options.
#'
#' The logging configuration is managed by 'logger.options', a function
#' generated by OptionsManager within 'futile.options'.
#' 
#' @name logger.options
#' @aliases FATAL ERROR WARN INFO DEBUG TRACE
#' @usage logger.options(..., simplify = FALSE, update = list())
#' @param ... TODO
#' @param simplify TODO
#' @param update TODO
#' @author Brian Lee Yung Rowe
#' @seealso \code{futile.options}
#' @keywords data
logger.options <- OptionsManager('logger.options')