Example #1
0
 static function getConsoleLog()
 {
     if (null == self::$_instance) {
         self::$_instance = new _DevblocksLogManager();
     }
     return self::$_instance;
 }