Author: ihabunek
Date: Fri May 20 08:01:34 2011
New Revision: 1125268
URL: http://svn.apache.org/viewvc?rev=1125268&view=rev
Log:
Added package declaration to LoggerLoggingEventBsonifier.
Modified:
logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php
Modified:
logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php?rev=1125268&r1=1125267&r2=1125268&view=diff
==============================================================================
--- logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php
(original)
+++ logging/log4php/trunk/src/main/php/helpers/LoggerLoggingEventBsonifier.php
Fri May 20 08:01:34 2011
@@ -24,6 +24,9 @@
*
* This class has been originally contributed from Vladimir Gorej
* (http://github.com/log4mongo/log4mongo-php).
+ *
+ * @package log4php
+ * @subpackage helpers
*/
class LoggerLoggingEventBsonifier
{