Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamping the entire logging system and message output #1094

Merged
merged 3 commits into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions JSBSim.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
<ClInclude Include="src\initialization\FGLinearization.h" />
<ClInclude Include="src\input_output\FGInputSocket.h" />
<ClInclude Include="src\input_output\FGInputType.h" />
<ClInclude Include="src\input_output\FGLog.h" />
<ClInclude Include="src\input_output\fgmodelloader.h" />
<ClInclude Include="src\input_output\fgoutputfg.h" />
<ClInclude Include="src\input_output\fgoutputfile.h" />
Expand Down Expand Up @@ -356,6 +357,7 @@
<ClCompile Include="src\initialization\FGLinearization.cpp" />
<ClCompile Include="src\input_output\FGInputSocket.cpp" />
<ClCompile Include="src\input_output\FGInputType.cpp" />
<ClCompile Include="src\input_output\FGLog.cpp" />
<ClCompile Include="src\input_output\FGModelLoader.cpp" />
<ClCompile Include="src\input_output\FGOutputFG.cpp" />
<ClCompile Include="src\input_output\FGOutputFile.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions JSBSim.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@
<ClCompile Include="src\models\atmosphere\MSIS\nrlmsise-00_data.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\input_output\FGLog.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\input_output\FGInputSocket.h">
Expand Down Expand Up @@ -694,5 +697,8 @@
<ClInclude Include="src\models\atmosphere\MSIS\nrlmsise-00.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\input_output\FGLog.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
Loading
Loading