Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TestLogger.php
function TestLogger::reset
File
vendor/
colinodell/
psr-testlogger/
src/
TestLogger.php
, line 167
Class
TestLogger
Used for testing purposes.
Namespace
ColinODell\PsrTestLogger
Code
public
function
reset
() : void {
$this
->
records
= [];
$this
->
recordsByLevel
= []; }
RSS feed