|
MediaWiki master
|
Helper class for the index.php entry point. More...
Inherits BaseBufferHandler.

Public Member Functions | |
| handle (array $record) | |
Helper class for the index.php entry point.
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.
TODO: shutdown is later than postsend. Is this class still useful?
Definition at line 26 of file BufferHandler.php.
| MediaWiki\Logger\Monolog\BufferHandler::handle | ( | array | $record | ) |
Definition at line 30 of file BufferHandler.php.