You are here

protected function LagoonLogger::__construct in Lagoon Logs 7

LagoonLogger constructor.

Parameters

$hostName:

$hostPort:

File

lib/LagoonLogger.php, line 80

Class

LagoonLogger

Code

protected function __construct($hostName, $hostPort) {
  $this->hostName = $hostName;
  $this->hostPort = $hostPort;
}