Will discard any new entries until the lock is dropped.
()
| 39 | |
| 40 | /// Will discard any new entries until the lock is dropped. |
| 41 | pub fn log_suppress() -> Option<LogSuppressLock> { |
| 42 | LogSuppressLock::new() |
| 43 | } |
| 44 | |
| 45 | pub fn log_stage(stage: Stage) { |
| 46 | log_entry(|| DebugEntryKind::NewStage(stage)); |
no outgoing calls
no test coverage detected