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


Tanker documentation  | view source Contained in the Tanker distribution.

Index


SYNOPSIS

Top

use Tanker::Plugin::Log;

my $plugin = new Tanker::Plugin::Log ($pipeline);

$plugin->handle($request);

DESCRIPTION

Top

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

AUTHOR

Top

Simon Wistow <simon@thegestalt.org>

SEE ALSO

Top

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


Tanker documentation  | view source Contained in the Tanker distribution.