W4MLogger_.message__ {W4MRUtils} | R Documentation |
W4MLogger_.message__
Description
The function W4MLogger$.message__ is the function that gets automatically called when W4MLogger$info, W4MLogger$debug, W4MLogger$warning, W4MLogger$error or W4MLogger$verbose are invoked. This function is not truly internal, so it has to be considered as external, but should not be exported:
This means its has to do type checking of its inputs, and consider parameters as unsafe.
See get_logger for example usages.
Arguments
level |
is a string. By default its value should be either "info",
"debug", "warning", "debug", "verbose" or "INTERNAL".
But, if the logger was build with a different color naming, one of
the names provided in the "coloring" |
... |
anything, of any length. If this is not a character vector,
then, its displayable value will be obtained with
|
Value
this logger's instance ( .self
)