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
COPYRIGHT
This library is free software; you can only redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Device::Modem Device::Modem::Log::File