Solaris::DevLog

Read from a Solaris Syslog stream
Download

Solaris::DevLog Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Greg Bossert
  • Publisher web site:
  • http://search.cpan.org/~gboss/

Solaris::DevLog Tags


Solaris::DevLog Description

Read from a Solaris Syslog stream Solaris::DevLog is a Perl module that facilitates the reading of syslog messages via Solaris streams, and supports the syslog door mechanism.SYNOPSIS use Solaris::DevLog; my $devlog = new Solaris::DevLog(); while (1) ( # block until a message is available $devlog->select(undef); # get the message my ($status, $ctl, $msg) = $devlog->getmsg(); print "Message priority $ctl->{pri}: $msg\n" unless $status; } Requirements: · Perl


Solaris::DevLog Related Software