is.log: Log Check

View source: R/logger.R

is.logR 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)


log documentation built on March 18, 2022, 6:02 p.m.

Related to is.log in log...