
Log::Syslog::Fast::PP - XS-free, API-compatible version of Log::Syslog::Fast

use Log::Syslog::Fast::PP ':all';
my $logger = Log::Syslog::Fast::PP->new(LOG_UDP, "127.0.0.1", 514, LOG_LOCAL0, LOG_INFO, "mymachine", "logger");
$logger->send("log message", time);

This module should be fully API-compatible with Log::Syslog::Fast; refer to its documentation for usage.

Adam Thomason, <athomason@cpan.org>

Copyright (C) 2009-2011 by Say Media, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.