Author: ihabunek
Date: Wed Jun 15 11:50:32 2011
New Revision: 1136004
URL: http://svn.apache.org/viewvc?rev=1136004&view=rev
Log:
Removed Logger::getAllLoggers() method which is a duplicate of
Logger::getCurrentLoggers(). It was introduced recently (after 2.0 release) so
this should not impact anybody.
Modified:
logging/log4php/trunk/src/main/php/Logger.php
Modified: logging/log4php/trunk/src/main/php/Logger.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/Logger.php?rev=1136004&r1=1136003&r2=1136004&view=diff
==============================================================================
--- logging/log4php/trunk/src/main/php/Logger.php (original)
+++ logging/log4php/trunk/src/main/php/Logger.php Wed Jun 15 11:50:32 2011
@@ -361,14 +361,6 @@ class Logger {
}
/**
- * Returns all currently defined loggers
- * @return all currently defined logger instances
- */
- public static function getAllLoggers() {
- return self::getHierarchy()->getCurrentLoggers();
- }
-
- /**
* Get the Root Logger (Delegate to {@link Logger})
* @return LoggerRoot
* @static