Move Log to ripple_basics and split websocket logging to ripple_net

This commit is contained in:
Vinnie Falco
2013-05-25 14:53:31 -07:00
parent 1f940b60c4
commit d762abfc85
49 changed files with 133 additions and 160 deletions

View File

@@ -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