LogEntry
は、[構造化された Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) エントリを表します。severity
と message
以外のすべてのキーは、ログエントリの jsonPayload
に含まれます。
署名:
export interface LogEntry
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
メッセージ | 文字列 | |
severity | LogSeverity |
logger.LogEntry.message
署名:
message?: string;
logger.LogEntry.severity
署名:
severity: LogSeverity;