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

Test::Environment::Plugin::Apache2::Apache2::Log - fake Apache2::Log for Test::Environment

SYNOPSIS

    use Test::Environment qw{
        Apache2
    };

    $request->log->info('no info');

DESCRIPTION

Will add log method to the Apache2::RequestRec.

METHODS

Apache2::RequestRec::log

Returns Log::Log4perl::get_logger().

AUTHOR

Jozef Kutej