Skip to content

Commit

Permalink
Added logging for sourcing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
medcelerate committed Nov 8, 2024
1 parent af1522b commit 1896ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FFGLTouchEngine/src/TouchEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ FFGLTouchEngine::FFGLTouchEngine()

ConstructBaseParameters();

EnableSpoutLogFile("FFGLTouchEngine.log");

}

FFGLTouchEngine::~FFGLTouchEngine()
Expand Down
2 changes: 2 additions & 0 deletions FFGLTouchEngineFX/src/TouchEngineFX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ FFGLTouchEngineFX::FFGLTouchEngineFX()

ConstructBaseParameters();

EnableSpoutLogFile("FFGLTouchEngineFX.log");

}

FFGLTouchEngineFX::~FFGLTouchEngineFX()
Expand Down

0 comments on commit 1896ab1

Please sign in to comment.