Florian Ragwitz > Log-Dispatch-Gtk2-Notify-0.01 > Log::Dispatch::Gtk2::Notify

Download:
Log-Dispatch-Gtk2-Notify-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.01   Source  

NAME ^

Log::Dispatch::Gtk2::Notify - send log messages to a desktop notification daemon

VERSION ^

version 0.01

SYNOPSIS ^

      use Log::Dispatch::Gtk2::Notify;

      my $notify = Log::Dispatch::Gtk2::Notify->new(
          name      => 'notify',
          min_level => 'debug',
          app_name  => 'MyApp',
          title     => 'Important Message',
      );

      $notify->log(level => 'alert', message => 'Hello, World!');

DESCRIPTION ^

This modules allows you to send log messages to the desktop notification daemon.

AUTHOR ^

  Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 by Florian Ragwitz.

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