rtt_log_debug | R Documentation |
Wrapper for log4r debug
rtt_log_debug(plogger, ps_caller, ps_msg)
plogger |
log4r logger object |
ps_caller |
function from which we are called |
ps_msg |
logging message |
## Not run:
rtt_logger <- get_rtt_logger()
rtt_log_level(rtt_logger, 'DEBUG')
rtt_log_debug(rtt_logger, 'Examples', 'test message')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.