Joedb 9.1.4
The Journal-Only Embedded Database
|
#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>
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) |
#define LOG | ( | x | ) | do {if (log) *log << x;} while (false) |
Definition at line 10 of file Server_Connection.cpp.
#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.