Learn R Programming

emoa (version 0.5-0)

emoa_console_logger: console logger

Description

Logger object that outputs log messages to the console

Usage

emoa_console_logger(...)

Arguments

...
passed to emoa_logger.

Value

An emoa_logger object.

Details

This is a wrapper that calls emoa_logger(output=output, ...) internally and returns that logger.