void jit::EnableIonDebugSyncLogging() { ionspewer.init(); ionspewer.setAsyncLogging(false); EnableChannel(JitSpew_IonSyncLogs); }
void jit::EnableIonDebugAsyncLogging() { ionspewer.init(); ionspewer.setAsyncLogging(true); }