You are here

public function LogsHttpLoggerInterface::isEnabled in Logs HTTP 8

Check weather we should use Logs http module or not.

Return value

bool TRUE if enabled.

1 method overrides LogsHttpLoggerInterface::isEnabled()
LogsHttpLogger::isEnabled in src/Logger/LogsHttpLogger.php
Check weather we should use Logs http module or not.

File

src/Logger/LogsHttpLoggerInterface.php, line 60

Class

LogsHttpLoggerInterface
Describes a Logs Http Logger instance.

Namespace

Drupal\logs_http\Logger

Code

public function isEnabled();