Joedb
10.3.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
error
CLog_Logger.h
Go to the documentation of this file.
1
#ifndef joedb_CLog_Logger_declared
2
#define joedb_CLog_Logger_declared
3
4
#include "
joedb/error/Logger.h
"
5
6
#include <string>
7
#include <mutex>
8
9
namespace
joedb
10
{
11
/// @ingroup error
12
class
CLog_Logger
:
public
Logger
13
{
14
private
:
15
const
std::string tag;
16
static
std::mutex mutex;
17
18
public
:
19
CLog_Logger
(std::string tag =
""
);
20
void
log
(
const
std::string &message)
noexcept
override
;
21
};
22
}
23
24
#endif
Logger.h
joedb::CLog_Logger
Definition
CLog_Logger.h:13
joedb::CLog_Logger::log
void log(const std::string &message) noexcept override
Definition
CLog_Logger.cpp:16
joedb::Logger
Definition
Logger.h:10
joedb
Definition
Server.cpp:10
Generated by
1.9.8