You are here

public function TestLogger::getLogs in Configuration selector 8

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

File

src/TestLogger.php, line 30

Class

TestLogger
A test logger.

Namespace

Drupal\config_selector

Code

public function getLogs($level = FALSE) {
  return FALSE === $level ? static::$logs : static::$logs[$level];
}