ifw-fnd 1.0.0
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1
8#ifndef IFW_FND_DEFS_LOGGER_HPP_
9#define IFW_FND_DEFS_LOGGER_HPP_
10
11#include <log4cplus/logger.h>
12#include <log4cplus/loggingmacros.h>
13#include <log4cplus/configurator.h>
14
15namespace ifw::fnd {
16 static constexpr const char* IFW_FND_LOGGER_NAME = "ifwfnd";
17 log4cplus::Logger& Logger();
18}
19
20#endif
This source file contains definitions of the types and constants to handle data types.
Definition defs.cpp:16
log4cplus::Logger & Logger()
Definition defs.cpp:18