public function LagoonLogsLogger::__construct in Lagoon Logs 8
File
- src/
Logger/ LagoonLogsLogger.php, line 61
Class
Namespace
Drupal\lagoon_logs\LoggerCode
public function __construct($host, $port, $logFullIdentifier, LogMessageParserInterface $parser) {
$this->hostName = $host;
$this->hostPort = $port;
$this->logFullIdentifier = $logFullIdentifier;
$this->parser = $parser;
}