Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Macros
Server_Connection.cpp File Reference
#include "joedb/concurrency/Server_Connection.h"
#include "joedb/journal/File_Hasher.h"
#include "joedb/error/Exception.h"
#include "joedb/ui/Progress_Bar.h"
#include "joedb/ui/get_time_string.h"
#include <iostream>
#include <optional>
Include dependency graph for Server_Connection.cpp:

Go to the source code of this file.

Namespaces

namespace  joedb
 

Macros

#define LOG(x)   do {if (log) *log << x;} while (false)
 
#define LOGID(x)   do {if (log) *log << get_time_string_of_now() << ' ' << get_session_id() << ": " << x;} while (false)
 

Macro Definition Documentation

◆ LOG

#define LOG (   x)    do {if (log) *log << x;} while (false)

Definition at line 10 of file Server_Connection.cpp.

◆ LOGID

#define LOGID (   x)    do {if (log) *log << get_time_string_of_now() << ' ' << get_session_id() << ": " << x;} while (false)

Definition at line 11 of file Server_Connection.cpp.