You are here

public function TestLogger::debug in SVG Upload Sanitizer 8

File

tests/src/TestLogger.php, line 74

Class

TestLogger
Class TestLogger.

Namespace

Drupal\Tests\svg_upload_sanitizer

Code

public function debug($message, array $context = []) {
  $this
    ->log('debug', $message, $context);
}