26 use Monolog\Handler\BufferHandler as BaseBufferHandler;
39 public function handle( array $record ): bool {
40 if ( !$this->initialized ) {
42 $this->initialized =
true;
44 return parent::handle( $record );
if(!defined('MW_SETUP_CALLBACK'))
The persistent session ID (if any) loaded at startup.
Class for managing the deferral of updates within the scope of a PHP script invocation.
static addCallableUpdate( $callable, $stage=self::POSTSEND, $dbw=null)
Add an update to the pending update queue that invokes the specified callback when run.