The QueriedLog is a log of the Aliyun_Log_Models_GetLogsResponse which obtained from the log.
| author |
log service dev |
|---|---|
| package |
LOG_PHP_SDK |
__construct(integer $time, string $source, array $contents)
integerlog time stamp
stringlog source
arraylog contents, content many key/value pair
getContents() : array
arraylog contents
getSource() : string
stringlog source
getTime() : integer
integerlog time
time : integer
| var |
log timestamp |
|---|
integer
source : string
| var |
log source |
|---|
string
contents : array
| var |
log contents, content many key/value pair |
|---|
array