emoa_console_logger {emoa} | R Documentation |
console logger
Description
Logger object that outputs log messages to the console
Usage
emoa_console_logger(...)
Arguments
... |
passed to |
Details
This is a wrapper that calls emoa_logger(output=output,
...)
internally and returns that logger.
Value
An emoa_logger
object.
[Package emoa version 0.5-2 Index]