1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rsdmx_logger.R
\docType{class}
\name{rsdmxLogger}
\alias{rsdmxLogger}
\title{rsdmxLogger}
\format{
\code{\link{R6Class}} object.
}
\value{
Object of \code{\link{R6Class}} for modelling a simple logger
}
\description{
rsdmxLogger
}
\note{
Logger class used internally by rsdmx
}
\section{Abstract Methods}{
\describe{
\item{\code{INFO(text)}}{
Logger to report information. Used internally
}
\item{\code{WARN(text)}}{
Logger to report warnings. Used internally
}
\item{\code{ERROR(text)}}{
Logger to report errors. Used internally
}
}
}
\keyword{logger}
|