PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
__construct (private string $logFile, private ?string $archiveDir, private readonly int $maxFileSize=32 *1024 *1024) | |
run () | |
shutdown () | |
syncFlushBuffer () | |
write (string $line) | |
Definition at line 46 of file MainLoggerThread.php.
pocketmine\utils\MainLoggerThread::__construct | ( | private string | $logFile, |
private ?string | $archiveDir, | ||
private readonly int | $maxFileSize = 32 * 1024 * 1024 ) |
Definition at line 53 of file MainLoggerThread.php.
pocketmine\utils\MainLoggerThread::run | ( | ) |
Definition at line 161 of file MainLoggerThread.php.
pocketmine\utils\MainLoggerThread::shutdown | ( | ) |
Definition at line 85 of file MainLoggerThread.php.
pocketmine\utils\MainLoggerThread::syncFlushBuffer | ( | ) |
Definition at line 73 of file MainLoggerThread.php.
pocketmine\utils\MainLoggerThread::write | ( | string | $line | ) |
Definition at line 66 of file MainLoggerThread.php.