logger.LogEntry interface

LogEntry代表[结构化 Cloud Logging](https://cloud.google.com/logging/docs/structed-logging) 条目。除了severitymessage之外的所有键都包含在记录条目的jsonPayload中。

签名:

export interface LogEntry 

特性

财产类型描述
信息细绳
严重程度日志严重性

logger.LogEntry.message

签名:

message?: string;

logger.LogEntry.严重性

签名:

severity: LogSeverity;