Log Check
is.log(obj)
obj
Object to check.
TRUE if object is a logger, and FALSE otherwise.
TRUE
FALSE
info <- Logger$new("INFO") is.log(info)