
Bot::Cobalt::Logger::Output::Term - Bot::Cobalt::Logger console output

$output_obj->add(
'MyScreen' => {
type => 'Term',
},
);
See Bot::Cobalt::Logger::Output.

This is a Bot::Cobalt::Logger::Output writer for logging messages to STDOUT.
Expects UTF-8.

Jon Portnoy <avenj@cobaltirc.org>