emoa_logger | R Documentation |
Basic logger object with a flexible output routine.
emoa_logger(output, every = 10L, ...)
output |
function used to display logging messages. |
every |
number of steps of the emoa between evaluations. |
... |
passed to the parent logger factory. |
An emoa_logger
object.
emoa_console_logger
and
emoa_null_logger
for convinience wrappers around
emoa_logger
providing useful defaults.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.