OSID Logo
OSID Specifications
logging package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the new entries
CompliancemandatoryThis method must be implemented.
MethodchangedLogEntries
Description

The callback for notifications of changed log entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the changed entries
CompliancemandatoryThis method must be implemented.
MethoddeletedLogEntries
Description

the callback for notification of deleted log entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListentryIdsthe Ids of the deleted entries
CompliancemandatoryThis method must be implemented.