| Interface | osid.logging.LogEntry | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description | 
                 A log entry consists of a time, an agent, and a priority type.  | ||
| Method | getPriority | ||
| Description | 
                     Gets the priority level of this entry.  | ||
| Return | osid.type.Type | the priority level | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimestamp | ||
| Description | 
                     Gets the time this entry was logged.  | ||
| Return | osid.calendaring.DateTime | the time stamp of this entry | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description | 
                     Gets the resource   | ||
| Return | osid.id.Id | the resource  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResource | ||
| Description | 
                     Gets the   | ||
| Return | osid.resource.Resource | the  Resource   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgentId | ||
| Description | 
                     Gets the agent   | ||
| Return | osid.id.Id | the agent  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgent | ||
| Description | 
                     Gets the   | ||
| Return | osid.authentication.Agent | the  Agent   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogEntryRecord | ||
| Description | 
                     Gets the log entry record corresponding to the given 
                      | ||
| Parameters | osid.type.Type | logEntryRecordType | the type of log entry record to retrieve | 
| Return | osid.logging.records.LogEntryRecord | the log entry record | |
| Errors | NULL_ARGUMENT |  logEntryRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(logEntryRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |