You are here

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\Test

Code

public function reset() {
  $this->records = [];
}