logger.LogEntry interface

LogEntry מייצג ערך של [רישום ענן מובנה](https://cloud.google.com/logging/docs/structured-logging). כל המפתחות מלבד severity message כלולים ב- jsonPayload של הערך שנרשם.

חֲתִימָה:

export interface LogEntry 

נכסים

תכונה סוּג תיאור
הוֹדָעָה חוּט
חוּמרָה LogSeverity

logger.LogEntry.message

חֲתִימָה:

message?: string;

logger.LogEntry.severity

חֲתִימָה:

severity: LogSeverity;