logger.LogEntry interface

LogEntry represents a [structured Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) entry. All keys aside from severity and message are included in the jsonPayload of the logged entry.

Signature:

exportinterfaceLogEntry

Properties

PropertyTypeDescription
messagestring
severityLogSeverity

logger.LogEntry.message

Signature:

message?:string;

logger.LogEntry.severity

Signature:

severity:LogSeverity;