Log::Log4perl::Appender::TestBuffer(3pm) - phpMan

Command: man perldoc info search(apropos)  


Appender::TestBuffer(3pm)      User Contributed Perl Documentation      Appender::TestBuffer(3pm)



NAME
       Log::Log4perl::Appender::TestBuffer - Appender class for testing

SYNOPSIS
         use Log::Log4perl::Appender::TestBuffer;

         my $appender = Log::Log4perl::Appender::TestBuffer->new(
             name      => 'buffer',
             min_level => 'debug',
             );

             # Append to the buffer
         $appender->log_message(
             level =  > 'alert',
             message => "I'm searching the city for sci-fi wasabi\n"
             );

             # Retrieve the result
         my $result = $appender->buffer();

             # Reset the buffer to the empty string
         $appender->reset();

DESCRIPTION
       This class is used for internal testing of "Log::Log4perl". It is a "Log::Dispatch"-style
       appender, which writes to a buffer in memory, from where actual results can be easily
       retrieved later to compare with expeced results.

SEE ALSO
AUTHOR
       Mike Schilli, <m AT perlmeister.com>



perl v5.10.0                                2006-02-04                  Appender::TestBuffer(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 15:57 @38.107.179.237 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!