lgr (version 0.4.4)

print.Appender: Print an Appender object

Description

The print() method for Loggers displays the most important aspects of the Appender.

Usage

# S3 method for Appender
print(x, color = requireNamespace("crayon", quietly = TRUE), ...)

Value

print() returns x (invisibly), format() returns a character vector.

Arguments

x

any R Object

color

TRUE or FALSE: Output with color? Requires the Package crayon

...

ignored

Examples

Run this code
# print most important details of logger
print(lgr$console)

Run the code above in your browser using DataLab