1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-23 09:06:10 +02:00
fastnetmon-rewritten/src/fastnetmon_actions.hpp

10 lines
230 B
C++
Raw Normal View History

#include "all_logcpp_libraries.hpp"
#include "fast_library.hpp"
2017-05-08 16:21:52 +02:00
// Get log4cpp logger from main program
extern log4cpp::Category& logger;
// Global configuration map
extern std::map<std::string, std::string> configuration_map;