LoggerChannelFactoryInterface::get

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);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.