debian man page for dancer::logger::capture::trap

Query: dancer::logger::capture::trap

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::engine(3pm) - debian
dancer::logger(3pm) - debian
dancer::object(3pm) - debian
dancer::plugin(3pm) - debian
dancer::request::upload(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?