|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Inheritance diagram for pocketmine\utils\MainLoggerThread:
Collaboration diagram for pocketmine\utils\MainLoggerThread: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.