The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Device::Modem::Log::Syslog - Device::Modem log hook class for logging devices activity to syslog

SYNOPSIS

  use Device::Modem;

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

DESCRIPTION

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.

REQUIRES

Sys::Syslog

EXPORT

None

AUTHOR

Cosimo Streppone, cosimo@cpan.org

SEE ALSO

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