NAME
W3C::LogValidator - Main module for LogValidator
SYNOPSIS
use W3C::LogValidator;
# parse config and process logs my $logprocessor = W3C::LogValidator->new("sample.conf"); $logprocessor->process;
# alternatively (use default config and process logs) my $logprocessor = W3C::LogValidator->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).
AUTHOR
Olivier Thereaux <ot@w3.org> for The World Wide Web Consortium
SEE ALSO
perl(1). Up-to-date complete info at http://www.w3.org/QA/Tools/LogValidator/