You are here

public function LagoonLogsLogger::__construct in Lagoon Logs 8

File

src/Logger/LagoonLogsLogger.php, line 61

Class

LagoonLogsLogger

Namespace

Drupal\lagoon_logs\Logger

Code

public function __construct($host, $port, $logFullIdentifier, LogMessageParserInterface $parser) {
  $this->hostName = $host;
  $this->hostPort = $port;
  $this->logFullIdentifier = $logFullIdentifier;
  $this->parser = $parser;
}