OSID Logo
OSID Specifications
logging package
Version 3.1.0
Interfaceosid.logging.LogEntryReceiver
Implementsosid.OsidReceiver
Description

The log entry receiver is the consumer supplied interface for receiving notifications pertaining to new log entries.

MethodnewLogEntries
Description

The callback for notifications of new log entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the new entries
Compliancemandatory This method must be implemented.
MethodchangedLogEntries
Description

The callback for notifications of changed log entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the changed entries
Compliancemandatory This method must be implemented.
MethoddeletedLogEntries
Description

the callback for notification of deleted log entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListentryIds the Ids of the deleted entries
Compliancemandatory This method must be implemented.