
Tanker::Plugin::Log - a logs all request coming down a

use Tanker::Plugin::Log;
my $plugin = new Tanker::Plugin::Log ($pipeline);
$plugin->handle($request);

This is a test plugin that just prints everything it sees to STDERR using Data::Dumper.

Simon Wistow <simon@thegestalt.org>

Tanker, Tanker::Config, Tanker::RequestGenerator, Tanker::ResponseHandler, Tanker::Request, Tanker::Plugin, Data::Dumper