Home Forums Software Development Sample MinimalEyePositionDataStream txShutdownContext results in TX_RESULT_OBJEC Reply To: Sample MinimalEyePositionDataStream txShutdownContext results in TX_RESULT_OBJEC

#2593
Patrik [Tobii]
Participant

Thanks for bringing this to our attention!

Regarding your question; when you call txInitializeEyeX you have the option to provide a custom (or build in) logging model.

TX_LOGGINGMODEL myLoggingModel;
myLoggingModel.Targets = TX_LOGTARGET_CONSOLE;

txInitializeEyeX(TX_EYEXCOMPONENTOVERRIDEFLAG_LOGGINGMODEL, &myLoggingModel, NULL, NULL, NULL)