예제 #1
0
파일: Log.php 프로젝트: uglybob/bh.net
 public static function log($message)
 {
     $logEntry = new \Bh\Entity\LogEntry($message);
     Mapper::save($logEntry);
     Mapper::commit();
 }