Simplify logging:

* Construct Logs with the correct severity
* Remove deprecatedLogs and log squelching support
* Use debugJournal for AutoSocket logging
This commit is contained in:
Nik Bougalis
2016-02-16 16:21:54 -08:00
committed by seelabs
parent 6366f62f11
commit bf6079797f
14 changed files with 29 additions and 135 deletions

View File

@@ -3759,9 +3759,6 @@
</ClInclude>
<ClInclude Include="..\..\src\ripple\websocket\Handler.h">
</ClInclude>
<ClCompile Include="..\..\src\ripple\websocket\LogWebsockets.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\ripple\websocket\MakeServer.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>

View File

@@ -4239,9 +4239,6 @@
<ClInclude Include="..\..\src\ripple\websocket\Handler.h">
<Filter>ripple\websocket</Filter>
</ClInclude>
<ClCompile Include="..\..\src\ripple\websocket\LogWebsockets.cpp">
<Filter>ripple\websocket</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ripple\websocket\MakeServer.cpp">
<Filter>ripple\websocket</Filter>
</ClCompile>