[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/ -> DebugLoggerInterface.php (summary)

(no description)

File Size: 38 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DebugLoggerInterface:: (2 methods):
  getLogs()
  countErrors()


Interface: DebugLoggerInterface  - X-Ref

DebugLoggerInterface.

getLogs()   X-Ref
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: array An array of logs

countErrors()   X-Ref
Returns the number of errors.

return: int The number of errors



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1