writeLog {wallace} | R Documentation |
writeLog
Description
For internal use. Add text to a logger
Usage
writeLog(logger, ..., type = "default")
Arguments
logger |
The logger to write the text to. Can be NULL or a function |
... |
Messages to write to the logger |
type |
One of "default", "error", "warning" |
[Package wallace version 2.2.0 Index]