logger.LogEntry interface

LogEntry 代表 [結構化 Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) 項目。severitymessage 以外的所有金鑰都會包含在記錄項目的 jsonPayload 中。

簽名:

export interface LogEntry 

屬性

屬性 類型 說明
訊息 字串
嚴重程度 記錄嚴重性

logger.LogEntry.message

簽名:

message?: string;

logger.LogEntry.severity

簽名:

severity: LogSeverity;