mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
MemoryManager: parameterize an abstract \Logger to remove dependency on MainLogger
This commit is contained in:
@ -54,7 +54,8 @@ class DumpWorkerMemoryTask extends AsyncTask{
|
||||
["worker" => $this->worker, "store" => $store],
|
||||
$this->outputFolder . DIRECTORY_SEPARATOR . "AsyncWorker#" . $this->worker->getAsyncWorkerId(),
|
||||
$this->maxNesting,
|
||||
$this->maxStringSize
|
||||
$this->maxStringSize,
|
||||
$this->worker->getLogger()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user