DebugHandler deprecated

class DebugHandler extends TestHandler implements DebugLoggerInterface

deprecated

since version 3.2, to be removed in 4.0. Use Symfony\Bridge\Monolog\Processor\DebugProcessor instead.

DebugLogger.

Methods

array getLogs()

Returns an array of logs.

int countErrors()

Returns the number of errors.

Details

array getLogs()

Returns an array of logs.

A log is an array with the following mandatory keys: timestamp, message, priority, and priorityName. It can also have an optional context key containing an array.

Return Value

array An array of logs

int countErrors()

Returns the number of errors.

Return Value

int The number of errors

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Bridge/Monolog/Handler/DebugHandler.html