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

Kelp::Module::Logger::Simple - Simple log to standard output

SYNOPSIS

    use Kelp::Less;

    module 'Logger::Simple', min_level => 'error', stdout => 1;

    ...

DESCRIPTION

A very simple logger that dumps everything to STDERR or STDOUT if stdout => 1 was configured.