NAME

Log::Dispatch::Growl - Logging to Growl

VERSION

version 1.0.0

SYNOPSIS

  use Log::Dispatch;

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

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

DESCRIPTION

Log::Dispatch::Growl allows you to pass log messages to Growl with Growl::Any module.

AUTHOR

Kang-min Liu <gugod {at} gugod.org>

SEE ALSO

Growl::Any, Log::Dispatch::MacGrowl -- an implementation based on Mac::Growl, Log::Dispatch::DesktopNotification

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.