Description Usage Arguments Author(s) Examples
This will configure the logger level. This allows to turn DEBUG, INFO, WARN and ERROR messages on and off.
1 | logger.setLevel(level)
|
level |
the level of the message (ALL, DEBUG, INFO, WARN, ERROR, OFF) |
Rob Kooper
1 2 3 4 | ## Not run:
logger.setLevel('DEBUG')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.