NAME
Tanker::Plugin::Log - a logs all request coming down a
SYNOPSIS
use Tanker::Plugin::Log;
my $plugin = new Tanker::Plugin::Log ($pipeline);
$plugin->handle($request);
DESCRIPTION
This is a test plugin that just prints everything it sees to STDERR using Data::Dumper.
AUTHOR
Simon Wistow <simon@thegestalt.org>
SEE ALSO
Tanker, Tanker::Config, Tanker::RequestGenerator, Tanker::ResponseHandler, Tanker::Request, Tanker::Plugin, Data::Dumper