Namespace Nethgui\Log
AbstractLog | Provides message formatting capabilities without specify the log message destination |
Nullog | A log that does not emit any message |
Syslog | A log that sends message to the system log |
LogConsumerInterface | Implementor produces some log messages |
LogInterface | The generic log operations |