d4storagehub4RLogger | R Documentation |
d4storagehub4RLogger
d4storagehub4RLogger
R6Class
object.
Object of R6Class
for modelling a simple logger
INFO(text)
Logger to report information. Used internally
WARN(text)
Logger to report warnings. Used internally
ERROR(text)
Logger to report errors. Used internally
verbose.info
verbose info, default is FALSE
verbose.debug
verbose debug, default is FALSE
loggerType
logger type
logger()
Logger function
d4storagehub4RLogger$logger(type, text)
type
type
text
text
INFO()
INFO logger function
d4storagehub4RLogger$INFO(text)
text
text
WARN()
WARN logger function
d4storagehub4RLogger$WARN(text)
text
text
ERROR()
ERROR logger function
d4storagehub4RLogger$ERROR(text)
text
text
new()
Initializes a basic logger class
d4storagehub4RLogger$new(logger = NULL)
logger
the type of logger, either NULL
(default), INFO
, or DEBUG
getClassName()
Get class name
d4storagehub4RLogger$getClassName()
the class name
getClass()
Get class
d4storagehub4RLogger$getClass()
the class
clone()
The objects of this class are cloneable with this method.
d4storagehub4RLogger$clone(deep = FALSE)
deep
Whether to make a deep clone.
Logger class used internally by d4storagehub4R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.