示例#1
0
 /**
  * initialize ObjectCollection
  *
  * @return void
  */
 protected static function _init()
 {
     self::$_levels = self::defaultLevels();
     self::$_Collection = new LogEngineCollection();
 }