Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DebugLoggerInterface.php

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\Log

Code

public function getLogs(?Request $request = null) : array;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal