summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/DebuggerServlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/DebuggerServlet.h')
-rw-r--r--src/uscxml/debug/DebuggerServlet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/debug/DebuggerServlet.h b/src/uscxml/debug/DebuggerServlet.h
index a1f18e3..7e0f66b 100644
--- a/src/uscxml/debug/DebuggerServlet.h
+++ b/src/uscxml/debug/DebuggerServlet.h
@@ -21,7 +21,7 @@
#define DEBUGGERSERVLET_H_ATUMDA3G
#include "uscxml/Common.h"
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/util/BlockingQueue.h"
#include "uscxml/server/HTTPServer.h"
@@ -29,7 +29,7 @@
namespace uscxml {
-class USCXML_API DebuggerServlet : public Debugger, public HTTPServlet, public el::LogDispatchCallback {
+class USCXML_API DebuggerServlet : public Debugger, public HTTPServlet, public Logger {
public:
class LogMessage : public Data {
public:
@@ -91,8 +91,8 @@ public:
const char* base_filename, int line,
const struct ::tm* tm_time,
const char* message, size_t message_len);
+ void handle(const el::LogDispatchData* data);
*/
- void handle(const el::LogDispatchData* data);
protected:
void serverPushData(std::shared_ptr<DebugSession>);