Ubic::Logger - very simple logging functions
use Ubic::Logger; INFO("hello"); ERROR("Fire! Fire!");
Log something.
Log some error.
Message will be red if writing to terminal, and will be duplicated into both stdout and stderr otherwise.
To install Ubic, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Ubic
CPAN shell
perl -MCPAN -e shell install Ubic
For more information on module installation, please visit the detailed CPAN module installation guide.