GcpEntry
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Data | map[string]interface{} | Stores additional arbitrary data associated with the log entry, represented as a map where keys are strings and values can be of any type. |
| Message | string | Holds the primary human-readable log message for the entry. |
| Severity | [GcpSeverity](gcpseverity.md?sid=flytestdlib_logger_gcpseverity) | Indicates the severity level of the log entry, using the GcpSeverity enumeration. |
| Timestamp | string | Records the time at which the log entry was created or observed, formatted as a string. |