LogEntry
代表 [結構化 Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) 項目。severity
和 message
以外的所有金鑰都會包含在記錄項目的 jsonPayload
中。
簽名:
export interface LogEntry
屬性
logger.LogEntry.message
簽名:
message?: string;
logger.LogEntry.severity
簽名:
severity: LogSeverity;