Log::Dispatch::Screen man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

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

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

VERSION
       version 2.34

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:

       ยท   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@urth.org>

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

       This is free software, licensed under:

	 The Artistic License 2.0 (GPL Compatible)

perl v5.14.3			  2012-12-09	      Log::Dispatch::Screen(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net