This function will print a debug message.

logger.debug(msg, ...)

Arguments

msg

the message that should be printed.

...

any additional text that should be printed.

Author

Rob Kooper

Examples

if (FALSE) { # \dontrun{
logger.debug('variable', 5)
} # }