filePath = $filePath; } public function createLogger(): Logger { return new FileLogger($this->filePath); } }