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::logger(3pm) - debian |
| dancer::logger::abstract(3pm) - debian |
| dancer::serializer(3pm) - debian |
| dancer::session::memcached(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| New UNIX and Linux History Sections |