public LoggerChannelFactoryInterface::get($channel)
Retrieves the registered logger for the requested channel.
Return value
\Drupal\Core\Logger\LoggerChannelInterface The registered logger for this channel.
File
- core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php, line 18
Class
- LoggerChannelFactoryInterface
- Logger channel factory interface.
Namespace
Drupal\Core\Logger
Code
public function get($channel);
Please login to continue.