The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Regexp::Log::Progress::AdminServer - a class to parse the Progress Admin Server log file

SYNOPSIS

Please refer to Regexp::Log for how to use and initialize this module.

DESCRIPTION

A Progress Admin Server log line is broken down into these fields:

 datetime level facility message msgnum

Not all lines have a msgnum field. To handle those lines you can specify a format of ':nomsgnum' to new(). The datetime field has the following format:

 mm/dd/yy hh:mm:ss PM/AM

This can be handled with this DateTime format: '%m/%d/%y %l:%M:%S %p'

SEE ALSO

Regexp::Log::Progress

AUTHOR

Kevin L. Esteb, <kesteb@wsipc.org>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by WSIPC

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.