function NaughtyRecursiveLogger::log
File
-
core/
tests/ Drupal/ Tests/ Core/ Logger/ LoggerChannelTest.php, line 198
Class
Namespace
Drupal\Tests\Core\LoggerCode
public function log($level, string|\Stringable $message, array $context = []) : void {
$this->channel
->log(rand(0, 7), $message, $context);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.