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


Log-Syslog-Fast documentation  | view source Contained in the Log-Syslog-Fast distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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);

DESCRIPTION

Top

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

AUTHOR

Top

Adam Thomason, <athomason@cpan.org>

COPYRIGHT AND LICENSE

Top


Log-Syslog-Fast documentation  | view source Contained in the Log-Syslog-Fast distribution.