The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  $output_obj->add(
    'MyScreen' => {
      type => 'Term',
    },
  );

See Bot::Cobalt::Logger::Output.

DESCRIPTION

This is a Bot::Cobalt::Logger::Output writer for logging messages to STDOUT.

Expects UTF-8.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>