public function TestLogger::notice in SVG Upload Sanitizer 8
File
- tests/src/ TestLogger.php, line 66 
Class
- TestLogger
- Class TestLogger.
Namespace
Drupal\Tests\svg_upload_sanitizerCode
public function notice($message, array $context = []) {
  $this
    ->log('notice', $message, $context);
}