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

NAME

Lemonolap::Filter4lemon - Perl extension for lemonolap datawarehouse =head1 SYNOPSIS

use Lemonolap::Filter4lemon; Lemonolap::Filter4lemon->apply ('infile' => 'phase1.log', 'outfile'=> 'phase2.log', 'header' => 1);

This module is not used directly , you must use Lemonolap::filter4lemon which is a wrapper (Lemonolap::Wrapperolap).

  see man's pages Lemonolap::Wrapperolap 

  

DESCRIPTION

  This module is a logs filter . It parses lemonldap logs issued form Lemonolap::Formatlog .
  It deletes  incompled lines and set the second of time at '00'

EXPORT

None by default.

Methods

apply ('infile' => 'phase1.log', 'outfile'=> 'phase2.log', 'header' => 1);

 Sends on output file  the  filtered file
 if 'header'  is true the first line is inchanged (colomns heads)  
 

SEE ALSO

Lemonldap http://lemonldap.sourceforge.net/

Lemonolap http://lemonolap.sourceforge.net/

Lemonolap::Log4lemon

Lemonolap::Filter4lemon

Lemonolap::Wrapperolap

COPYRIGHT AND LICENSE

 Copyright (C) 2004 by Eric German , E<lt>germanlinux@yahoo.frE<gt>

 Lemonldap originaly written by Eric german who decided to publish him in 2003
 under the terms of the GNU General Public License version 2.

 This package is under the GNU General Public License, Version 2.
 The primary copyright holder is Eric German.
 Portions are copyrighted under the same license as Perl itself.

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June, 1991.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 A copy of the GNU General Public License is available in the source tree;
 if not, write to the Free Software Foundation, Inc.,
 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.