Interface | Description | |
---|---|---|
ILog | The 'ILog' interface defines a common interface for all log objects. |
Class | Description | |
---|---|---|
Log | The 'Log' class logs vaarious meesages for output of a specific log level. | |
LogFactory | The 'LogFactory' class is intended to be used as a singleton and provides a factory for creating, distributing, and managing logs throughout an application. | |
LogLevel | The 'LogLevel' class houses public constants which represent logging output levels. | |
LogSettings | The 'LogSettings' class houses public constants which represent logging settings. |