Table of Contents

Namespace Aplib.Core.Logging

Classes

LogNode

Represents a node in the log tree.

Interfaces

ILoggable

An interface that allows defining the structure of loggable objects through a LogNode tree. The only method that needs to be implemented in loggable classes is the GetLogChildren() method; the structure of the log tree is generated automatically when calling the GetLogTree(int) method.