NAME
Regexp::Log::Progress::NameServer - a class to parse the Progress Name Server log file
SYNOPSIS
Please refer to Regexp::Log for how to use and initialize this module.
DESCRIPTION
A Progress Name Server log line is broken down into these fields:
datetime pid tid level process 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:
yy/mm/dd@hh:mm:ss.mls-zone
This can be handled with this DateTime format: '%y/%m/%d@%H:%M:%S.%N%z'
SEE ALSO
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.