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

NAME

XLog::Console - XLog backend for logging to console

SYNPOSIS

    XLog::set_logger(XLog::Console->new);
    XLog::warning("hi");

DESCRIPTION

This is a simple backend which logs to console (stdout).

METHODS

new()

Create backend object