Joedb 10.3.2
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
CLog_Logger.h
Go to the documentation of this file.
1#ifndef joedb_CLog_Logger_declared
2#define joedb_CLog_Logger_declared
3
5
6#include <iostream>
7
8namespace joedb
9{
10 /// @ingroup error
12 {
13 public:
14 CLog_Logger(std::string tag = ""): Stream_Logger(std::clog, tag) {}
15 };
16}
17
18#endif
CLog_Logger(std::string tag="")
Definition CLog_Logger.h:14