![]() |
![]()
| ![]() |
![]()
NAMEDevice::Modem::Log::Syslog - Syslog logging plugin for Device::Modem classSYNOPSISuse Device::Modem; my $box = Device::Modem->( log => 'syslog', ... ); ... DESCRIPTIONExample log class for Device::Modem that logs all modem activity, commands, ... to syslogIt 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"EXPORTSNoneAUTHORCosimo Streppone, cosimo@cpan.orgCOPYRIGHT(C) 2002 Cosimo Streppone, cosimo@cpan.orgThis 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"
|