function DebugLoggerInterface::getLogs
Returns an array of logs.
Return value
array<array{ channel: ?string, context: array<string, mixed>, message: string, priority: int, priorityName: string, timestamp: int, timestamp_rfc3339: string, }>
1 method overrides DebugLoggerInterface::getLogs()
- Logger::getLogs in vendor/
symfony/ http-kernel/ Log/ Logger.php - Returns an array of logs.
File
-
vendor/
symfony/ http-kernel/ Log/ DebugLoggerInterface.php, line 36
Class
- DebugLoggerInterface
- DebugLoggerInterface.
Namespace
Symfony\Component\HttpKernel\LogCode
public function getLogs(?Request $request = null) : array;