Public Member Functions | |
| & | getEventLogEntries ($conferenceId, $schedConfId=null, $rangeInfo=null) |
| logEvent ($conferenceId, $schedConfId=null, $eventType, $assocType=0, $assocId=0, $messageKey=null, $messageParams=array()) | |
| logEventEntry ($conferenceId, $schedConfId=null, &$entry) | |
| logEventLevel ($conferenceId, $schedConfId, $logLevel, $eventType, $assocType=0, $assocId=0, $messageKey=null, $messageParams=array()) | |
Definition at line 19 of file ConferenceLog.inc.php.
| & ConferenceLog.getEventLogEntries | ( | $ | conferenceId, | |
| $ | schedConfId = null, |
|||
| $ | rangeInfo = null | |||
| ) |
Get all event log entries for a conference.
| $conferenceId | int | |
| $schedConfId | int optional |
Definition at line 104 of file ConferenceLog.inc.php.
Referenced by ConferenceHistoryHandler.conferenceEventLog().
| ConferenceLog.logEvent | ( | $ | conferenceId, | |
| $ | schedConfId = null, |
|||
| $ | eventType, | |||
| $ | assocType = 0, |
|||
| $ | assocId = 0, |
|||
| $ | messageKey = null, |
|||
| $ | messageParams = array() | |||
| ) |
Add a new event log entry with the specified parameters, at the default log level
| $conferenceId | int | |
| $schedConfId | int | |
| $eventType | int | |
| $assocType | int | |
| $assocId | int | |
| $messageKey | string | |
| $messageParams | array |
Definition at line 69 of file ConferenceLog.inc.php.
References logEventLevel().
Referenced by TimelineForm.execute().
| ConferenceLog.logEventEntry | ( | $ | conferenceId, | |
| $ | schedConfId = null, |
|||
| &$ | entry | |||
| ) |
Add an event log entry to this conference.
| $conferenceId | int | |
| $schedConfId | int optional | |
| $entry | ConferenceEventLogEntry |
Definition at line 27 of file ConferenceLog.inc.php.
Referenced by logEventLevel().
| ConferenceLog.logEventLevel | ( | $ | conferenceId, | |
| $ | schedConfId, | |||
| $ | logLevel, | |||
| $ | eventType, | |||
| $ | assocType = 0, |
|||
| $ | assocId = 0, |
|||
| $ | messageKey = null, |
|||
| $ | messageParams = array() | |||
| ) |
Add a new event log entry with the specified parameters, including log level.
| $conferenceId | int | |
| $schedConfId | int | |
| $logLevel | char | |
| $eventType | int | |
| $assocType | int | |
| $assocId | int | |
| $messageKey | string | |
| $messageParams | array |
Definition at line 84 of file ConferenceLog.inc.php.
References logEventEntry().
Referenced by logEvent().
1.4.7