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:
export interface LogEntry
Properties
Property | Type | Description |
---|---|---|
message | string | |
severity | LogSeverity |
logger.LogEntry.message
Signature:
message?: string;
logger.LogEntry.severity
Signature:
severity: LogSeverity;