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)NAMEDancer::Logger::Capture::Trap - a place to store captured Dancer logsSYNOPSISmy $trap = Dancer::Logger::Capture::Trap->new; $trap->store( $level, $message ); my $logs = $trap->read;DESCRIPTIONThis 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 ALSODancer::Logger::Capture perl v5.14.2 2011-11-26 Dancer::Logger::Capture::Trap(3pm)
Related Man Pages |
---|
dancer::fileutils(3pm) - debian |
dancer::logger::abstract(3pm) - debian |
dancer::object(3pm) - debian |
dancer::plugin(3pm) - debian |
dancer::request::upload(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |