Skip to content
Snippets Groups Projects

GazeTracking Logging

Merged Malte Christian Kögel requested to merge feature/gaze_logging into 4.26
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -36,7 +36,7 @@ void FSFLoggingUtils::SetupLoggingStreams()
@@ -36,7 +36,7 @@ void FSFLoggingUtils::SetupLoggingStreams()
//ParticipantLog, PositionLog are set up in Participant init function
//ParticipantLog, PositionLog are set up in Participant init function
ILogStream* SFErrorLog = UniLog.NewLogStream("SFErrorLog", "StudyFramework/Logs", "SFLog.txt", false);
ILogStream* SFErrorLog = UniLog.NewLogStream("SFErrorLog", "StudyFramework/DebuggingLogs", "SFLog.txt", false);
SFErrorLog->SetLogToDefaultLog(true);
SFErrorLog->SetLogToDefaultLog(true);
SFErrorLog->SetPrefix(TEXT("Error: "));
SFErrorLog->SetPrefix(TEXT("Error: "));
SFErrorLog->SetLogOnScreenOnMaster(true);
SFErrorLog->SetLogOnScreenOnMaster(true);
Loading