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