mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Move Log to ripple_basics and split websocket logging to ripple_net
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
|
||||
#include "ripple_basics.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
//#include <boost/filesystem.hpp>
|
||||
|
||||
// VFALCO: TODO, fix these warnings!
|
||||
#ifdef _MSC_VER
|
||||
//#pragma warning (push) // Causes spurious C4503 "decorated name exceeds maximum length"
|
||||
@@ -31,6 +37,8 @@
|
||||
//#pragma warning (disable: 4244) // conversion, possible loss of data
|
||||
#endif
|
||||
|
||||
#include "diagnostic/ripple_Log.cpp"
|
||||
|
||||
#include "events/ripple_UptimeTimer.cpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user