Print an Appender object
The print() method for Loggers displays the most important aspects of
the Appender.
## S3 method for class 'Appender'
print(x, color = requireNamespace("crayon", quietly = TRUE), ...)x |
any R Object |
color |
|
... |
ignored |
print() returns x (invisibly), format() returns a character vector.
# print most important details of logger print(lgr$console)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.