1 #ifndef LOGGINGHELPER_H 2 #define LOGGINGHELPER_H 4 #include <rtt/TaskContext.hpp> 11 const int DEFAULT_LOG_BUFFER_SIZE;
14 bool logAllPorts(RTT::TaskContext *context,
const std::string &loggerName,
const std::string& log_directory,
15 const std::vector<std::string> excludeList = std::vector<std::string>(),
bool loadTypekits =
true);
19 bool logAllPorts(RTT::TaskContext *context,
const std::string &loggerName,
20 const std::vector<std::string> excludeList = std::vector<std::string>(),
bool loadTypekits =
true);
21 bool logTasks(
const std::map<std::string, bool> &loggingEnabledTaskMap,
bool logAll);
22 bool logTasks(
const std::vector<std::string> &excludeList);
27 #endif // LOGGINGHELPER_H bool logTasks()
Definition: LoggingHelper.cpp:23
Definition: ConfigurationHelper.hpp:13
Definition: LoggingHelper.hpp:9
LoggingHelper()
Definition: LoggingHelper.cpp:18
bool logAllPorts(RTT::TaskContext *context, const std::string &loggerName, const std::string &log_directory, const std::vector< std::string > excludeList=std::vector< std::string >(), bool loadTypekits=true)
Definition: LoggingHelper.cpp:150