Google\Cloud\Logger\AppEngineFlexFormatter::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $format = null, string $dateFormat = null, boolean $ignoreEmptyContextAndExtra = false )
$format string [optional] The format of the message
$dateFormat string [optional] The format of the timestamp
$ignoreEmptyContextAndExtra boolean [optional]
    public function __construct($format = null, $dateFormat = null, $ignoreEmptyContextAndExtra = false)
    {
        parent::__construct($format, $dateFormat, true, $ignoreEmptyContextAndExtra);
    }
AppEngineFlexFormatter