mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Merge branch 'stable'
This commit is contained in:
@@ -223,6 +223,12 @@ class MainLogger extends \AttachableThreadedLogger{
|
||||
$this->notify();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $message
|
||||
* @param string $level
|
||||
* @param string $prefix
|
||||
* @param string $color
|
||||
*/
|
||||
protected function send($message, $level, $prefix, $color) : void{
|
||||
$time = new \DateTime('now', new \DateTimeZone($this->timezone));
|
||||
|
||||
|
Reference in New Issue
Block a user