Description
Set up logging configuration with pattern "C"
PHP Fatal error: Cannot access private property LoggerLoggingEvent::$fqcn in /var/test/log4php/helpers/LoggerClassNamePatternConverter.php on line 42
Index: LoggerLoggingEvent.php
===================================================================
— LoggerLoggingEvent.php (revision 903559)
+++ LoggerLoggingEvent.php (working copy)
@@ -31,7 +31,7 @@
/**
- @var string Fully Qualified Class Name of the calling category class.
*/
- private $fqcn;
+ public $fqcn;
/**
- @var Logger reference