Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Google
Cloud
Logging
Entry
PHP 클래스 Google\Cloud\Logging\Entry
Example:
use Google\Cloud\ServiceBuilder; $cloud = new ServiceBuilder(); $logging = $cloud->logging(); $logger = $logging->logger('my-log'); $entry = $logger->entry('my message');
파일 보기
프로젝트 열기: GoogleCloudPlatform/gcloud-php
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
array
$info
= [] )
info
( ) :
array
Retrieves the entry's details.
메소드 상세
__construct()
공개
메소드
public
__construct
(
array
$info
= [] )
$info
array
[optional] The entry's metadata.
info()
공개
메소드
Example:
$info = $entry->info(); echo $info['textPayload'];
또한 보기:
https://cloud.google.com/logging/docs/api/reference/rest/Shared.Types/LogEntry LogEntry resource documentation.
public
info
( ) :
array
리턴
array