dancer::logger::capture::trap(3pm) debian man page | unix.com

Man Page: dancer::logger::capture::trap

Operating Environment: debian

Section: 3pm

Dancer::Logger::Capture::Trap(3pm)			User Contributed Perl Documentation			Dancer::Logger::Capture::Trap(3pm)

NAME
Dancer::Logger::Capture::Trap - a place to store captured Dancer logs
SYNOPSIS
my $trap = Dancer::Logger::Capture::Trap->new; $trap->store( $level, $message ); my $logs = $trap->read;
DESCRIPTION
This is a place to store and retrieve capture Dancer logs used by Dancer::Logger::Capture. Methods new store $trap->store($level, $message); Stores a log $message and its $level. read my $logs = $trap->read; Returns the logs stored as an array ref and clears the storage. For example... [{ level => "warning", message => "Danger! Warning! Dancer!" }, { level => "error", message => "You fail forever" } ];
SEE ALSO
Dancer::Logger::Capture perl v5.14.2 2011-11-26 Dancer::Logger::Capture::Trap(3pm)
Related Man Pages
dancer::object::singleton(3pm) - debian
dancer::plugin(3pm) - debian
dancer::response(3pm) - debian
dancer::serializer(3pm) - debian
dancer::timer(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph