Moritz Onken > Log-Dispatch-Prowl > Log::Dispatch::Prowl

Download:
Log-Dispatch-Prowl-1.000.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 1.000   Source  

NAME ^

Log::Dispatch::Prowl - Object for logging to the iPhone

VERSION ^

version 1.000

SYNOPSIS ^

  use Log::Dispatch;

  my $log =
      Log::Dispatch->new
          ( outputs =>
            [ 'Prowl' =>
                  { min_level => 'debug',
                    name    => 'MyApp',
                    apikey => 'yourapicodehere',
                  },
            ],
          );

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

DESCRIPTION ^

This module provides an object for logging directly to your iPhone using push notifications and the iPhone App Prowl (http://prowl.weks.net/).

CONSTRUCTOR ^

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

SEE ALSO ^

WebService::Prowl

AUTHOR ^

Moritz Onken, <onken@netcubed.de>

syntax highlighting: