Guard that must be held alive for the process lifetime. Dropping it flushes and closes the critical log file writer.
| 14 | /// Guard that must be held alive for the process lifetime. |
| 15 | /// Dropping it flushes and closes the critical log file writer. |
| 16 | pub struct CriticalLogGuard { |
| 17 | _guard: Option<WorkerGuard>, |
| 18 | } |
| 19 | |
| 20 | /// Initialize the tracing subscriber with an optional critical-event file layer. |
| 21 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected