コード例 #1
0
ファイル: ApiLog.php プロジェクト: JimmDiGriz/HGApi
 public static function w($message)
 {
     ApiLog::create('warning', $message);
 }