NAME
Log::Simple - Basic runtime logger
SYNOPSIS
use Log::Simple ( 1 );
logger( 1, "toto" );
logger( 2, "tata", $tutu, "kiki" );
DESCRIPTION
External Functions
- logger
-
log informations
- set_logger
-
install an generic Logger
- set_local_logger
-
install an local Logger
Internal Functions
- std_logger
-
log information to STDERR
- import
-
Set the Logging/Debug level and export external functions
BUGS
I don't know ...
TO DO
Better documentation
Other functions
Add tests ...
COPYRIGHT, LICENCE
Copyright (c) 1997-2002 Samuel MOUNIEE
This file is part of Log::Simple.
Log::Simple 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; either version 2 of the License, or (at your option) any later version.
Log::Simple 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.
You should have received a copy of the GNU General Public License along with Log::Simple ; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AUTHOR
Samuel Mouniée aka Moun's, mouns@cpan.org
SEE ALSO
perl(1).
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 245:
Non-ASCII character seen before =encoding in 'Mouniée'. Assuming CP1252