예제 #1
0
void
jit::EnableIonDebugSyncLogging()
{
    ionspewer.init();
    ionspewer.setAsyncLogging(false);
    EnableChannel(JitSpew_IonSyncLogs);
}
예제 #2
0
void
jit::EnableIonDebugLogging()
{
    EnableChannel(IonSpew_Logs);
    ionspewer.init();
}
예제 #3
0
void
ion::EnableIonDebugLogging()
{
    ionspewer.init();
}
예제 #4
0
void
jit::EnableIonDebugAsyncLogging()
{
    ionspewer.init();
    ionspewer.setAsyncLogging(true);
}