ifw-core  5.0.0-pre2
base.hpp
Go to the documentation of this file.
1 
6 #ifndef IFW_CORE_UTILS_BASE_HPP_
7 #define IFW_CORE_UTILS_BASE_HPP_
8 
9 #include <limits.h>
10 #include <stdarg.h>
11 #include <string>
12 #include <map>
13 #include <list>
14 #include <fstream>
15 #include <variant>
16 
17 #include <fmt/format.h>
18 
19 #include <log4cplus/logger.h>
20 #include <log4cplus/loggingmacros.h>
21 #include <log4cplus/version.h>
22 #include <log4cplus/configurator.h>
23 
24 #include "types.hpp"
25 #include "constants.hpp"
26 #include "tools.hpp"
27 
28 namespace core::utils::base {
29 
30 //static constexpr const char* LOG_PROPERTIES_FILE = "config/core/utils/base/log.properties";
32 
33 }
34 
35 #endif // IFW_CORE_UTILS_BASE_HPP_
Definition: base.hpp:28
log4cplus::Logger & Logger()
Definition: tools.cpp:18