logger.LogEntry interface

LogEntry reprezentuje wpis [ustrukturyzowanego rejestrowania w chmurze](https://cloud.google.com/logging/docs/structured-logging). Wszystkie klucze oprócz severity i message są zawarte w jsonPayload zalogowanego wpisu.

Podpis:

export interface LogEntry 

Nieruchomości

Nieruchomość Typ Opis
wiadomość strunowy
powaga Poziom dziennika

logger.LogEntry.message

Podpis:

message?: string;

logger.LogEntry.severity

Podpis:

severity: LogSeverity;