The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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'

Note: the tid field may contain dashes and alphnumeric characters

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.