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

NAME

Ubic::Logger - very simple logging functions

SYNOPSIS

    use Ubic::Logger;
    INFO("hello");
    ERROR("Fire! Fire!");

FUNCTIONS

INFO(@data)

Log something.

ERROR(@data)

Log some error.

Message will be red if writing to terminal, and will be duplicated into both stdout and stderr otherwise.