MediaWiki REL1_40
|
Updates \Monolog\Handler\BufferHandler to use DeferredUpdates rather than register_shutdown_function. More...
Inherits BaseBufferHandler.
Public Member Functions | |
handle (array $record) | |
Updates \Monolog\Handler\BufferHandler to use DeferredUpdates rather than register_shutdown_function.
On supported platforms this will use register_postsend_function or fastcgi_finish_request() to delay until after the request has shutdown and we are no longer delaying the web request.
Definition at line 35 of file BufferHandler.php.
MediaWiki\Logger\Monolog\BufferHandler::handle | ( | array | $record | ) |
Definition at line 39 of file BufferHandler.php.