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