PBS::Logs::Event is a Perl module that parses the PBS event log files and inherits from PBS::Logs.
SYNOPSIS
See the sections below: use PBS::Logs::Event;
The only non-inheritable function is the class level debug() PBS::Logs::Event::debug()
You must use PBS::Logs::debug()
to read or set global debugging. However, the instance version works just fine: $pl->debug()
Other than that PBS::Logs::Event inherits all the methods that are available from PBS::Logs, plus adds the methods listed below.
Product's homepage
Requirements:
· Perl