You are here

public function DebuggerInterface::write in Acquia Purge 8

Write to Drupal's debug output.

Parameters

string $line: Arbitrary log output, without prefix.

Throws

\LogicException Thrown when the debugger isn't enabled.

1 method overrides DebuggerInterface::write()
Debugger::write in src/Plugin/Purge/Purger/Debugger.php
Write a line to the logger's debug output stream.

File

src/Plugin/Purge/Purger/DebuggerInterface.php, line 106

Class

DebuggerInterface
Describes a centralized debugger for Acquia purger plugins.

Namespace

Drupal\acquia_purge\Plugin\Purge\Purger

Code

public function write($line);