You are here

public function LoggerChannelPartInterface::isDebuggingEnabled in Purge 8.3

Determine whether this channel has a RfcLogLevel::DEBUG grant.

Return value

bool Whether debugging is enabled.

1 method overrides LoggerChannelPartInterface::isDebuggingEnabled()
LoggerChannelPart::isDebuggingEnabled in src/Logger/LoggerChannelPart.php
Determine whether this channel has a RfcLogLevel::DEBUG grant.

File

src/Logger/LoggerChannelPartInterface.php, line 58

Class

LoggerChannelPartInterface
Describes a subchannel whichs logs to a single main channel with permissions.

Namespace

Drupal\purge\Logger

Code

public function isDebuggingEnabled();