| Package | Description |
|---|---|
| org.osid.logging |
The Open Service Interface Definitions for the org.osid.logging
service.
|
| org.osid.logging.batch |
The Open Service Interface Definitions for the org.osid.logging.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
LogForm |
LogAdminSession.getLogFormForCreate(Type[] logRecordTypes)
Gets the log form for creating new logs.
|
LogForm |
LogAdminSession.getLogFormForUpdate(Id logId)
Gets the log form for updating an existing log.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
LogAdminSession.createLog(LogForm logForm)
Creates a new
Log. |
void |
LogAdminSession.updateLog(LogForm logForm)
Updates an existing log.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogBatchForm
This is the form for creating and updating logs in bulk.
|