OSID Logo
OSID Specifications
logging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.logging.LogNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the LogHierarchySession.

MethodgetLog
Description

Gets the Log at this node.

Returnosid.logging.Logthe log represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentLogNodes
Description

Gets the parents of this log.

Returnosid.logging.LogNodeListthe parents of this log
CompliancemandatoryThis method must be implemented.
MethodgetChildLogNodes
Description

Gets the children of this log.

Returnosid.logging.LogNodeListthe children of this log
CompliancemandatoryThis method must be implemented.