NAME

Ubic::Logger - very simple logging functions

VERSION

version 1.08

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.