Example #1
0
 private static function configureLog4php()
 {
     if (self::$configured == false) {
         self::$configured = true;
         self::$configurationFile = dirname(__FILE__) . DS . 'log4php-ideasa.properties';
         $configutations = self::fillAllAppenders();
         self::generateConfigFile($configutations);
         Ideasa_Log4php_Logger::configure(self::$configurationFile);
     }
 }