Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BufferingLogger.php
function BufferingLogger::cleanLogs
File
vendor/
symfony/
error-handler/
BufferingLogger.php
, line 30
Class
BufferingLogger
A buffering logger that stacks logs for later.
Namespace
Symfony\Component\ErrorHandler
Code
public
function
cleanLogs
() : array {
$logs
=
$this
->
logs
;
$this
->
logs
= [];
return
$logs
; }
RSS feed