Unique identifier for the log entry.
Log severity level based on the originating console method.
Primary message extracted from the first argument.
Additional details derived from remaining console arguments.
ISO timestamp representing when the log entry was captured.
OptionalsourceOptional stack trace snippet to help identify the source of the log.
OptionalisWhether the entry is considered a debug-only message.
OptionalgroupHierarchical path of console groups this log belongs to. Empty array if not in a group.
OptionalgroupNesting depth of the log within groups (0 = top-level, 1 = nested once, etc.).
Captured log entry with metadata including severity level, timestamp, and group hierarchy.
Source