예제 #1
0
파일: ApiLog.php 프로젝트: JimmDiGriz/HGApi
 public static function w($message)
 {
     ApiLog::create('warning', $message);
 }