AbstractLogger |
vendor/psr/log/Psr/Log/AbstractLogger.php |
This is a simple Logger implementation that other Loggers can inherit from. |
InvalidArgumentException |
vendor/psr/log/Psr/Log/InvalidArgumentException.php |
|
LoggerAwareInterface |
vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
Describes a logger-aware instance. |
LoggerAwareTrait |
vendor/psr/log/Psr/Log/LoggerAwareTrait.php |
Basic Implementation of LoggerAwareInterface. |
LoggerInterface |
vendor/psr/log/Psr/Log/LoggerInterface.php |
Describes a logger instance. |
LoggerTrait |
vendor/psr/log/Psr/Log/LoggerTrait.php |
This is a simple Logger trait that classes unable to extend AbstractLogger
(because they extend another class, etc) can include. |
LogLevel |
vendor/psr/log/Psr/Log/LogLevel.php |
Describes log levels. |
NullLogger |
vendor/psr/log/Psr/Log/NullLogger.php |
This Logger can be used to avoid conditional log calls. |