logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Cosimo Streppone, cosimo@cpan.org

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.

       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

Name

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

See Also

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

perl v5.30.3                                       2020-06-20                    Device::Modem::Log::Syslog(3pm)

Synopsis

         use Device::Modem;

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

See Also