R/logger.R
logger.debug.Rd
This function will print a debug message.
logger.debug(msg, ...)
the message that should be printed.
any additional text that should be printed.
Rob Kooper
if (FALSE) { # \dontrun{ logger.debug('variable', 5) } # }