templates {log} | R Documentation |
Template loggers for convenience.
infoLog(prefix = "INFO")
errorLog(prefix = "ERROR")
warningLog(prefix = "WARNING")
successLog(prefix = "SUCCESS")
prefix |
The prefix to use, this is passed to Logger. |
info <- infoLog()
info$log("Information")