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

NAME

W3C::LogValidator::LogProcessor - Main module for LogValidator

SYNOPSIS

#parse config and process logs use W3C::LogValidator::LogProcessor; my $logprocessor = W3C::LogValidator::LogProcessor->new("sample.conf"); $logprocessor->process;

# or (use default config) use W3C::LogValidator::LogProcessor; my $logprocessor = W3C::LogValidator::LogProcessor->new; $logprocessor->process;

DESCRIPTION

This module is the main module for the LogValidator set. Its role is to process the log files, give the results to the validation modules, get their output back, and send this to the output module(s).

This module is part of the W3C::LogValidator CPAN module.

AUTHOR

Olivier Thereaux <ot@w3.org> for The World Wide Web Consortium

SEE ALSO

perl(1).