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

NAME

Prancer::Logger::Console

SYNOPSIS

This module configures a logger that sends log messages directly to STDOUT. This is the default logger if no other logger is configured. If you wish to configure this logger explicitly, add this to your configuration file:

    logger:
        driver: Prancer::Logger::Console
        options:
            level: debug

OPTIONS

level

Set the default logging level.