Skip to content
Snippets Groups Projects

GazeTracking Logging

Merged Malte Christian Kögel requested to merge feature/gaze_logging into 4.26
4 files
+ 17
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -34,7 +34,7 @@ void FSFLoggingUtils::SetupLoggingStreams()
@@ -34,7 +34,7 @@ void FSFLoggingUtils::SetupLoggingStreams()
ILogStream* SFLog = UniLog.NewLogStream("SFLog", "StudyFramework/DebuggingLogs", "SFLog.txt", false);
ILogStream* SFLog = UniLog.NewLogStream("SFLog", "StudyFramework/DebuggingLogs", "SFLog.txt", false);
SFLog->SetLogToDefaultLog(true);
SFLog->SetLogToDefaultLog(true);
//ParticipantLog, PositionLog, GazeTrackingLog are set up in Participant init function
//ParticipantLog, PositionLog, GazeTrackingLog are set up in SFParticipant::SetupLoggingStreams() function
ILogStream* SFErrorLog = UniLog.NewLogStream("SFErrorLog", "StudyFramework/DebuggingLogs", "SFLog.txt", false);
ILogStream* SFErrorLog = UniLog.NewLogStream("SFErrorLog", "StudyFramework/DebuggingLogs", "SFLog.txt", false);
SFErrorLog->SetLogToDefaultLog(true);
SFErrorLog->SetLogToDefaultLog(true);
Loading