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

NAME

Regexp::Log::Progress::Database - a class to parse the Progress Database log file

SYNOPSIS

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

DESCRIPTION

A Progress database log line is broken down into these fields:

 datetime pid tid level process msgnum message

The datetime field has the following format:

 yyyy/mm/dd@hh:mm:ss.mls-zone

This can be handled with this DateTime format: '%Y/%m/%d@%H:%M:%S.%N%z'

Note: the mls part is not always a nice 3 digit number
Note: the tid may be negative
Note: the level may be I, W or F

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.