Exemple #1
0
 public static function init()
 {
     if (self::$log == null) {
         self::$log = new LogPagSeguro();
     }
     return self::$log;
 }