Crate cu29_log_runtime
source ·Structs§
- This is to basically be able to see the logs in text format in real time. THIS WILL SLOW DOWN THE LOGGING SYSTEM by an order of magnitude. This will only be active for debug builds.
- The lifetime of this struct is the lifetime of the logger.
Functions§
- Function called from generated code to log data. It moves entry by design, it will be absorbed in the queue.