Learn R Programming

log (version 1.1.1)

is.log: 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

Run this code
# NOT RUN {
info <- Logger$new("INFO")
is.log(info)

# }

Run the code above in your browser using DataLab