is.log | R Documentation |
Log Check
is.log(obj)
obj |
Object to check. |
TRUE
if object is a logger,
and FALSE
otherwise.
info <- Logger$new("INFO") is.log(info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.