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

The log receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Log objects.

MethodnewLogs
Description

The callback for notifications of new logs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogIds the Ids of the new Logs
Compliancemandatory This method must be implemented.
MethodchangedLogs
Description

The callback for notification of updated logs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogIds the Ids of the updated Logs
Compliancemandatory This method must be implemented.
MethoddeletedLogs
Description

the callback for notification of deleted logs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogIds the Ids of the registered Logs
Compliancemandatory This method must be implemented.
MethodchangedChildOfLogs
Description

The callback for notifications of changes to children of log hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListlogIds the Ids of the Logs whose children have changed
Compliancemandatory This method must be implemented.