示例#1
0
 public static function get()
 {
     if (self::$logger === FALSE) {
         self::$logger = new Feediron_Logger();
     }
     return self::$logger;
 }