[pLog-svn] r915 - plugins/trunk/atom/class/logger

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Feb 1 22:19:16 GMT 2005


Author: oscar
Date: 2005-02-01 22:19:16 +0000 (Tue, 01 Feb 2005)
New Revision: 915

Modified:
   plugins/trunk/atom/class/logger/atomlogger.class.php
Log:
adapted to the new logging framework


Modified: plugins/trunk/atom/class/logger/atomlogger.class.php
===================================================================
--- plugins/trunk/atom/class/logger/atomlogger.class.php	2005-02-01 22:16:34 UTC (rev 914)
+++ plugins/trunk/atom/class/logger/atomlogger.class.php	2005-02-01 22:19:16 UTC (rev 915)
@@ -17,7 +17,7 @@
 		{
 			$config =& Config::getConfig();
 			if( $config->getValue( "atom_logging_enabled" )) {
-				$logger =& LoggerManager::getLogger( "atom.php" );
+				$logger =& LoggerManager::getLogger();
 				$logger->debug( $message );		
 			}
 		}




More information about the pLog-svn mailing list