PHP Class Scalr\LogCollector\ApiLoggerConfiguration

Author: Vlad Dobrovolskiy ([email protected])
显示文件 Open project: scalr/scalr

Public Properties

Property Type Description
$ipAddress string Ip address
$requestId string Request identifier
$requestType string Request type

Public Methods

Method Description
__construct ( string $requestType ) Constructor

Method Details

__construct() public method

Constructor
public __construct ( string $requestType )
$requestType string Request type

Property Details

$ipAddress public_oe property

Ip address
public string $ipAddress
return string

$requestId public_oe property

Request identifier
public string $requestId
return string

$requestType public_oe property

Request type
public string $requestType
return string