|
PocketMine-MP 5.37.4 git-07e225b0bd0d389de8a3d035fbd0ae8730a06053
|
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.