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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-24 UTC."],[],[],null,["# logger.LogEntry interface\n\n`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.\n\n**Signature:** \n\n export interface LogEntry \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------|-----------------------------------------------------------------|-------------|\n| [message](./firebase-functions.logger.logentry.md#loggerlogentrymessage) | string | |\n| [severity](./firebase-functions.logger.logentry.md#loggerlogentryseverity) | [LogSeverity](./firebase-functions.logger.md#loggerlogseverity) | |\n\nlogger.LogEntry.message\n-----------------------\n\n**Signature:** \n\n message?: string;\n\nlogger.LogEntry.severity\n------------------------\n\n**Signature:** \n\n severity: LogSeverity;"]]