Beispiel #1
0
 public static function alert($message, $data = array())
 {
     self::log("Alert : " . $message);
     if (!empty($data)) {
         self::log(self::tabulation() . Table::toString($data), false);
     }
 }