Logger channel factory interface.
Hierarchy
- interface \Drupal\Core\Logger\LoggerChannelFactoryInterface
File
- core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php, line 10
Namespace
Drupal\Core\Logger
Members
Name | Modifiers | Type | Description |
---|---|---|---|
LoggerChannelFactoryInterface::addLogger | public | function | Adds a logger to all the channels. |
LoggerChannelFactoryInterface::get | public | function | Retrieves the registered logger for the requested channel. |
Please login to continue.