LogData: Record<string, unknown>

Additional structured data that can be attached to a log entry

Values should be JSON-serializable (primitives, arrays, plain objects) to ensure compatibility with storage handlers. Avoid functions, symbols, undefined, and circular references.