| Test-Environment documentation | view source | Contained in the Test-Environment distribution. |
Test::Environment::Plugin::Apache2::Apache2::Log - fake Apache2::Log for Test::Environment
use Test::Environment qw{
Apache2
};
$request->log->info('no info');
Will add log method to the Apache2::RequestRec.
Returns Log::Log4perl::get_logger().
Jozef Kutej
| Test-Environment documentation | view source | Contained in the Test-Environment distribution. |