You are here

public function DebugLoggerInterface::getLogs 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::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

File

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

Class

DebugLoggerInterface
DebugLoggerInterface.

Namespace

Symfony\Component\HttpKernel\Log

Code

public function getLogs();