onLog property

LogCallback? onLog
getter/setter pair

Callback to receive log events for external logging (e.g., Sentry). Called before console output on all platforms including web.

Implementation

LogCallback? onLog;