| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 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.