is.log {log}R Documentation

Log Check

Description

Log Check

Usage

is.log(obj)

Arguments

obj

Object to check.

Value

TRUE if object is a logger, and FALSE otherwise.

Examples

info <- Logger$new("INFO")
is.log(info)


[Package log version 1.1.1 Index]