Module wui_logging_api

Module wui_logging_api 

Source
Expand description

Main API for logging control feature

Modules§

c_api

Enums§

EventLoggingState

Functions§

start_event_logging
Start event logging The event log records all events sent from Rust to the tab. It is meant for debugging UI bugs. In general the Rust side of the application is pretty hard to crash, but the tab might crash or produce weird bugs that are hard to reproduce. Event logs are system agnostic and let you reproduce crashes without having the rest of your application as a variable. NOTE: Do not point multiple logs to the same file. It will produce garbage and there is no internal check for collisions of paths.
stop_event_logging
Stop event logging