Beispiel #1
0
 /**
  * Add a new event log entry with the specified parameters, at the default log level
  * @param $monographId int
  * @param $eventType int
  * @param $assocType int
  * @param $assocId int
  * @param $messageKey string
  * @param $messageParams array
  */
 function logEvent($monographId, $eventType, $assocType = 0, $assocId = 0, $messageKey = null, $messageParams = array())
 {
     return MonographLog::logEventLevel($monographId, MONOGRAPH_LOG_LEVEL_NOTICE, $eventType, $assocType, $assocId, $messageKey, $messageParams);
 }