The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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