Skip to content

Commit e33e184

Browse files
authored
Revamping the logging system and message output (#1094)
1 parent b420d44 commit e33e184

File tree

7 files changed

+457
-114
lines changed

7 files changed

+457
-114
lines changed

JSBSim.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
<ClInclude Include="src\initialization\FGLinearization.h" />
233233
<ClInclude Include="src\input_output\FGInputSocket.h" />
234234
<ClInclude Include="src\input_output\FGInputType.h" />
235+
<ClInclude Include="src\input_output\FGLog.h" />
235236
<ClInclude Include="src\input_output\fgmodelloader.h" />
236237
<ClInclude Include="src\input_output\fgoutputfg.h" />
237238
<ClInclude Include="src\input_output\fgoutputfile.h" />
@@ -356,6 +357,7 @@
356357
<ClCompile Include="src\initialization\FGLinearization.cpp" />
357358
<ClCompile Include="src\input_output\FGInputSocket.cpp" />
358359
<ClCompile Include="src\input_output\FGInputType.cpp" />
360+
<ClCompile Include="src\input_output\FGLog.cpp" />
359361
<ClCompile Include="src\input_output\FGModelLoader.cpp" />
360362
<ClCompile Include="src\input_output\FGOutputFG.cpp" />
361363
<ClCompile Include="src\input_output\FGOutputFile.cpp" />

JSBSim.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@
335335
<ClCompile Include="src\models\atmosphere\MSIS\nrlmsise-00_data.c">
336336
<Filter>Source Files</Filter>
337337
</ClCompile>
338+
<ClCompile Include="src\input_output\FGLog.cpp">
339+
<Filter>Source Files</Filter>
340+
</ClCompile>
338341
</ItemGroup>
339342
<ItemGroup>
340343
<ClInclude Include="src\input_output\FGInputSocket.h">
@@ -694,5 +697,8 @@
694697
<ClInclude Include="src\models\atmosphere\MSIS\nrlmsise-00.h">
695698
<Filter>Header Files</Filter>
696699
</ClInclude>
700+
<ClInclude Include="src\input_output\FGLog.h">
701+
<Filter>Header Files</Filter>
702+
</ClInclude>
697703
</ItemGroup>
698704
</Project>

0 commit comments

Comments
 (0)