logger.LogEntry interface

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

サイン:

export interface LogEntry 

プロパティ

財産タイプ説明
メッセージ
重大度ログの重大度

ロガー.LogEntry.メッセージ

サイン:

message?: string;

logger.LogEntry.severity

サイン:

severity: LogSeverity;