You are here

public function DebugLoggerInterface::countErrors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Log/DebugLoggerInterface.php \Symfony\Component\HttpKernel\Log\DebugLoggerInterface::countErrors()

Returns the number of errors.

Return value

int The number of errors

1 method overrides DebugLoggerInterface::countErrors()
TestLogger::countErrors in vendor/symfony/http-kernel/Tests/EventListener/ExceptionListenerTest.php
Returns the number of errors.

File

vendor/symfony/http-kernel/Log/DebugLoggerInterface.php, line 37

Class

DebugLoggerInterface
DebugLoggerInterface.

Namespace

Symfony\Component\HttpKernel\Log

Code

public function countErrors();