File: init_logging.Rd

package info (click to toggle)
r-cran-bindrcpp 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: cpp: 141; ansic: 57; sh: 13; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{init_logging}
\alias{init_logging}
\title{Enable internal logging}
\usage{
init_logging(log_level)
}
\arguments{
\item{log_level}{A character value, one of "WARN", "INFO", "DEBUG", "VERB",
or "NONE".}
}
\description{
Log entries, depending on the log level, will be printed to the standard
error stream.
}
\keyword{internal}