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

Command: man perldoc info search(apropos)  


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



NAME
       Log::Log4perl::Appender::String - Append to a string

SYNOPSIS
         use Log::Log4perl::Appender::String;

         my $appender = Log::Log4perl::Appender::String->new(
             name      => 'my string appender',
         );

             # Append to the string
         $appender->log(
             message => "I'm searching the city for sci-fi wasabi\n"
         );

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

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

DESCRIPTION
       This is a simple appender used internally by "Log::Log4perl". It appends messages to a
       scalar instance variable.

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



perl v5.10.0                                2006-02-10                      Appender::String(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:56 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!