示例#1
0
 public static function getLogger($name)
 {
     if (!self::$configured) {
         self::configureLog4php();
         self::$configured = true;
     }
     return parent::getLogger($name);
 }