You are here

public function TestLogger::info in Configuration selector 8.2

Same name and namespace in other branches
  1. 8 src/TestLogger.php \Drupal\config_selector\TestLogger::info()

File

src/TestLogger.php, line 120

Class

TestLogger
A test logger.

Namespace

Drupal\config_selector

Code

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