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)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::engine(3pm) - debian |
| dancer::fileutils(3pm) - debian |
| dancer::logger::abstract(3pm) - debian |
| dancer::plugin(3pm) - debian |
| dancer::session::memcached(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |