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


NAME

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


SYNOPSIS

  use Log::Dispatch::Screen;
  my $screen = Log::Dispatch::Screen->new( name      => 'screen',
                                           min_level => 'debug',
                                           stderr    => 1 );
  $screen->log( level => 'alert', message => "I'm searching the city for sci-fi wasabi\n" );


DESCRIPTION

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


METHODS


AUTHOR

Dave Rolsky, <autarch@urth.org>

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