logger.LogEntry interface

LogEntry は、[構造化された Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) エントリを表します。severitymessage 以外のすべてのキーは、ログエントリの jsonPayload に含まれます。

署名:

export interface LogEntry 

プロパティ

プロパティ 説明
メッセージ 文字列
severity LogSeverity

logger.LogEntry.message

署名:

message?: string;

logger.LogEntry.severity

署名:

severity: LogSeverity;