| Constant | Description | |
|---|---|---|
| Log | Provides pseudo-hierarchical logging capabilities with multiple format and output options. |
| Interface | Description | |
|---|---|---|
| Loggable |
Implementing this interface allows an object who use a Logger object. |
|
| Logger | All loggers within the logging framework must implement this interface. | |
| LoggerTarget | All logger target implementations within the logging framework must implement this interface. |
| Class | Description | |
|---|---|---|
| LoggerFactory | This factory provides pseudo-hierarchical logging capabilities with multiple format and output options. | |
| LoggerLevel | Static class containing constants for use in the level property. | |
| LoggerStrings | The enumeration of all string expressions in the logger factory engine. |