package SVK::Log::Filter::Selection; use base qw( SVK::Log::Filter ); 1; __END__ =head1 NAME SVK::Log::Filter::Selection - base class for selection log filters =head1 DESCRIPTION All log filters which are intended to search, select or modify log messages should extend this base class. For more details about writing log filters, see L. =head1 AUTHORS Michael Hendricks =head1 COPYRIGHT Copyright 2003-2005 by Chia-liang Kao Eclkao@clkao.orgE. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L =cut