logger.LogEntry interface

LogEntry rappresenta una voce [Cloud Logging strutturato](https://cloud.google.com/logging/docs/structured-logging). Tutte le chiavi tranne severity e message sono incluse nel jsonPayload della voce registrata.

Firma:

export interface LogEntry 

Proprietà

Proprietà Tipo Descrizione
Messaggio corda
gravità LogSeverity

logger.LogEntry.message

Firma:

message?: string;

logger.LogEntry.severity

Firma:

severity: LogSeverity;