print.Appender: Print an Appender object

View source: R/Appender.R

print.AppenderR Documentation

Print an Appender object

Description

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

Usage

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

Arguments

x

any R Object

color

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

...

ignored

Value

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

Examples

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

s-fleck/memlog documentation built on March 6, 2023, 6:52 p.m.