Class Reference - Stefanius67/XLogger GitHub Wiki
XLogger
Namespace: \Psr\Log
Classes
Class | Description |
---|---|
AbstractLogger | This is a simple Logger implementation that other Loggers can inherit from. |
LogLevel | Describes log levels. |
NullLogger | This Logger can be used to avoid conditional log calls. |
Interfaces
Interface | Description |
---|---|
LoggerInterface | Describes a logger instance. |
Namespace: \SKien\XLogger
Classes
Class | Description |
---|---|
ChromePHPLogger | PSR-3 compliant logger for Output to the console of the Chrome browser. |
FileLogger | PSR-3 compliant logger for Output to plain text file (.log, .csv, .txt) |
FirePHPLogger | PSR-3 compliant logger for Output to the FirePHP console of the browser. |
XLogger | abstract class for several types of logger. |
XMLLogger | PSR-3 compliant logger for Output to XML file. |