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

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.