File: loglevels.Rd

package info (click to toggle)
r-cran-logging 0.10-108-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 220 kB
  • sloc: sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/namedLevels.R
\docType{data}
\name{loglevels}
\alias{loglevels}
\title{The logging levels, names and values}
\format{An object of class \code{numeric} of length 11.}
\usage{
loglevels
}
\description{
This list associates names to values and vice versa.\cr
Names and values are the same as in the python standard logging module.
}
\keyword{datasets}