LogEntry
表示 [结构化 Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) 条目。除 severity
和 message
之外的所有键都包含在日志条目的 jsonPayload
中。
签名:
export interface LogEntry
属性
属性 | 类型 | 说明 |
---|---|---|
消息 | 字符串 | |
严重程度 | LogSeverity |
logger.LogEntry.message
签名:
message?: string;
logger.LogEntry.severity
签名:
severity: LogSeverity;