You are here

public function TestLogger::critical in SVG Upload Sanitizer 8

File

tests/src/TestLogger.php, line 54

Class

TestLogger
Class TestLogger.

Namespace

Drupal\Tests\svg_upload_sanitizer

Code

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