| Class and Description |
|---|
| Debug.DebugItem
This interface must be implemented by all enumerations of debug constants in order to be able to use them as
arguments of method
dbg() in LoggerSimple implementations. |
| Debug.LocalDebugItem
Example enumeration implementing
Debug.DebugItem. |
| DisplayEntity
Interface for an entity that is able to display the log (e.g.
|
| Logger
Any class that offers logging services to an external entity should implement this interface.
|
| LoggerSimple
Any class that offers simple logging services (lf-li-lw-le-lr-dbg) to an external entity should implement this
interface.
|
| LoggerSimple.Level
Indicates the level of the log.
|
| ReportingEntity
Interface for an entity / unit that keeps a log and that needs to report that log to other entities.
|
| Unit
The Unit class should be extended by classes in which logging primitives should be available without calling a
specific instance.
|
| UnitComponent
A class that extends
Unit and exposes the logging methods. |
| UnitLinkData
A sub-configuration for linking the configured
LogWrapper to another the "parent". |