Description Usage Arguments Details Author(s) Examples
This function will print a message. This is the function that is responsible for the actual printing of the message.
1  | logger.message(level, msg, ...)
 | 
level | 
 the level of the message (DEBUG, INFO, WARN, ERROR)  | 
msg | 
 the message that should be printed.  | 
... | 
 any additional text that should be printed.  | 
This is a place holder and will be later filled in with a more complex logging set
Rob Kooper
1 2 3 4  | ## Not run: 
logger.message('DEBUG', 'variable', 5)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.