LogEntry
reprezentuje [ustrukturyzowany wpis Cloud Logging](https://cloud.google.com/logging/docs/structured-logging). Wszystkie klucze oprócz severity
i message
są zawarte w jsonPayload
zarejestrowanej pozycji.
Podpis:
export interface LogEntry
Właściwości
Właściwość | Typ | Opis |
---|---|---|
wiadomość | ciąg znaków | |
waga | Waga logu |
logger.LogEntry.message
Podpis:
message?: string;
logger.LogEntry.severity
Podpis:
severity: LogSeverity;