public function TestLogger::reset in Lockr 7.3
File
- vendor/
psr/ log/ Psr/ Log/ Test/ TestLogger.php, line 142
Class
- TestLogger
- Used for testing purposes.
Namespace
Psr\Log\TestCode
public function reset() {
$this->records = [];
}
public function reset() {
$this->records = [];
}