You are here

namespace Drupal\service_container\Logger in Service Container 7.2

Same name in other branches
  1. 7 Drupal\service_container\Logger
Classsort descending Location Description
LoggerBase src/Logger/LoggerBase.php Provides a common base class for loggers to reduce boilerplate code.
LoggerChannel src/Logger/LoggerChannel.php Defines a logger channel that most implementations will use.
LoggerChannelFactory src/Logger/LoggerChannelFactory.php Defines a factory for logging channels.
WatchdogLogger src/Logger/WatchdogLogger.php Implements the PSR-3 logger with watchdog.