Device::Modem::Log::Syslog - Syslog logging plugin for Device::Modem class


Device-Modem documentation  | view source Contained in the Device-Modem distribution.

Index


NAME

Top

Device::Modem::Log::Syslog - Syslog logging plugin for Device::Modem class

SYNOPSIS

Top

  use Device::Modem;

  my $box = new Device::Modem( log => 'syslog', ... );
  ...

DESCRIPTION

Top

Example log class for Device::Modem that logs all modem activity, commands, ... to syslog

It is loaded automatically at Device::Modem startup, only if you specify syslog value to log parameter.

If you don't have Sys::Syslog additional module installed, you will not be able to use this logging plugin, and you should better leave the default logging (to text file).

REQUIRES

Sys::Syslog

EXPORTS

None

AUTHOR

Top

Cosimo Streppone, cosimo@cpan.org

COPYRIGHT

Top

SEE ALSO

Top

Device::Modem Device::Modem::Log::File


Device-Modem documentation  | view source Contained in the Device-Modem distribution.