You are here

namespace Psr\Log in Service Container 7.2

Same name in other branches
  1. 7 Psr\Log
Classsort descending Location Description
AbstractLogger lib/Psr/Log/AbstractLogger.php This is a simple Logger implementation that other Loggers can inherit from.
InvalidArgumentException lib/Psr/Log/InvalidArgumentException.php
LoggerAwareInterface lib/Psr/Log/LoggerAwareInterface.php Describes a logger-aware instance
LoggerAwareTrait lib/Psr/Log/LoggerAwareTrait.php Basic Implementation of LoggerAwareInterface.
LoggerInterface lib/Psr/Log/LoggerInterface.php Describes a logger instance
LoggerTrait lib/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 lib/Psr/Log/LogLevel.php Describes log levels
NullLogger lib/Psr/Log/NullLogger.php This Logger can be used to avoid conditional log calls