Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Macros
Server.cpp File Reference
#include "joedb/concurrency/Server.h"
#include "joedb/concurrency/Client.h"
#include "joedb/get_pid.h"
#include "joedb/concurrency/protocol_version.h"
#include "joedb/ui/get_time_string.h"
#include "joedb/journal/File_Hasher.h"
#include <asio/read.hpp>
#include <asio/write.hpp>
Include dependency graph for Server.cpp:

Go to the source code of this file.

Namespaces

namespace  joedb
 

Macros

#define LOG(x)   log([&](std::ostream &out){out << x;})
 
#define LOGID(x)   log([&](std::ostream &out){session->write_id(out) << x;})
 

Macro Definition Documentation

◆ LOG

#define LOG (   x)    log([&](std::ostream &out){out << x;})

Definition at line 8 of file Server.cpp.

◆ LOGID

#define LOGID (   x)    log([&](std::ostream &out){session->write_id(out) << x;})

Definition at line 9 of file Server.cpp.