Expand description
Main API for logging control feature
Modules§
Enums§
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