Log::Dispatch::Screen(3pm) - phpMan

Command: man perldoc info search(apropos)  


Log::Dispatch::Screen(3)       User Contributed Perl Documentation       Log::Dispatch::Screen(3)



NAME
       Log::Dispatch::Screen - Object for logging to the screen

VERSION
       version 2.41

SYNOPSIS
         use Log::Dispatch;

         my $log = Log::Dispatch->new(
             outputs => [
                 [
                     'Screen',
                     min_level => 'debug',
                     stderr    => 1,
                     newline   => 1
                 ]
             ],
         );

         $log->alert("I'm searching the city for sci-fi wasabi");

DESCRIPTION
       This module provides an object for logging to the screen (really STDOUT or STDERR).

       Note that a newline will not be added automatically at the end of a message by default.
       To do that, pass "newline => 1".

CONSTRUCTOR
       The constructor takes the following parameters in addition to the standard parameters
       documented in Log::Dispatch::Output:

       o   stderr (0 or 1)

           Indicates whether or not logging information should go to STDERR.  If false, logging
           information is printed to STDOUT instead.  This defaults to true.

AUTHOR
       Dave Rolsky <autarch AT urth.org>

COPYRIGHT AND LICENSE
       This software is Copyright (c) 2013 by Dave Rolsky.

       This is free software, licensed under:

         The Artistic License 2.0 (GPL Compatible)



perl v5.16.3                                2013-07-22                   Log::Dispatch::Screen(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-27 00:55 @18.188.142.146 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!