| Interface | osid.logging.Log | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Used By | osid.logging.LogAdminSession | ||
osid.logging.LogEntryAdminSession | |||
osid.logging.LogEntryLookupSession | |||
osid.logging.LogEntryNotificationSession | |||
osid.logging.LogEntryQuerySession | |||
osid.logging.LogEntrySmartLogSession | |||
osid.logging.LogList | |||
osid.logging.LogLookupSession | |||
osid.logging.LogNode | |||
osid.logging.LoggingSession | |||
| Description |
A | ||
| Method | getLogRecord | ||
| Description |
Gets the record corresponding to the given
| ||
| Parameters | osid.type.Type | logRecordType | the type of log record to retrieve |
| Return | osid.logging.records.LogRecord | the log record | |
| Errors | NULL_ARGUMENT | logRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(logRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |