logger.LogEntry interface

LogEntry stellt einen [strukturierten Cloud Logging](https://cloud.google.com/logging/docs/structured-logging)-Eintrag dar. Alle Schlüssel außer severity und message sind in der jsonPayload des protokollierten Eintrags enthalten.

Unterschrift:

export interface LogEntry 

Eigenschaften

Eigentum Typ Beschreibung
Nachricht Zeichenfolge
Schwere LogSeverity

logger.LogEntry.message

Unterschrift:

message?: string;

logger.LogEntry.severity

Unterschrift:

severity: LogSeverity;