OSID Logo
OSID Specifications
logging package
Version 3.1.0
Interfaceosid.logging.LogNode
Implementsosid.OsidNode
Used Byosid.logging.LogHierarchySession
osid.logging.LogNodeList
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.Log the log represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentLogNodes
Description

Gets the parents of this log.

Returnosid.logging.LogNodeList the parents of this log
Compliancemandatory This method must be implemented.
MethodgetChildLogNodes
Description

Gets the children of this log.

Returnosid.logging.LogNodeList the children of this log
Compliancemandatory This method must be implemented.