NAME SNMP::LogParserDriver::ProxyLog
SNMP::LogParserDriver::ProxyLog
SYNOPSIS
A bit more complicated class
DESCRIPTION
example class to parse proxy files
new
Initialization code for variables
evalBegin
This will be invoked before the first parsing of the log
evalIterate
This will be invoked whenever the pattern matches the log line parsed Input: - The line to be parsed Output: - 1 if the line has matched the regular expression and 0 otherwise
evalEnd
This will be invoked after the last log line has been parsed
OPTIONS
N/A
BUGS
To be reported
TODO
document logger.
SEE ALSO
AUTHOR
Nito at Qindel dot ES -- 7/9/2006
COPYRIGHT & LICENSE
Copyright 2007 by Qindel Formacion y Servicios SL, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.