templates {log} | R Documentation |
Template Loggers
Description
Template loggers for convenience.
Usage
infoLog(prefix = "INFO")
errorLog(prefix = "ERROR")
warningLog(prefix = "WARNING")
successLog(prefix = "SUCCESS")
Arguments
prefix |
The prefix to use, this is passed to Logger. |
Examples
info <- infoLog()
info$log("Information")
[Package log version 1.1.1 Index]