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-2006 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; version 2 of the License.
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
MAIN REPOSITORY
http://www.mouns.net/devel/CPAN/
SEE ALSO
perl(1).