You are here

public function JsonLogData::getClientIp in JSONlog 3.x

Same name and namespace in other branches
  1. 8.2 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::getClientIp()
  2. 8 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::getClientIp()

Return value

string

File

src/Logger/JsonLogData.php, line 346

Class

JsonLogData

Namespace

Drupal\jsonlog\Logger

Code

public function getClientIp() {
  return $this->client_ip;
}