se2ez
log.cpp
Go to the documentation of this file.
1 #include <se2ez/core/log.h>
2 
3 using namespace se2ez;
4 
6 {
7  return boost::str(f);
8 }
9 
11 {
12  ompl::msg::setLogLevel(ompl::msg::LOG_INFO);
13 }
14 
16 {
17  ompl::msg::setLogLevel(ompl::msg::LOG_DEBUG);
18 }
19 
21 {
22  ompl::msg::setLogLevel(ompl::msg::LOG_DEV1);
23 }
void showDEBUG()
Definition: log.cpp:15
std::string formatRecurse(boost::format &f)
Definition: log.cpp:5
void showDEVMSG1()
Definition: log.cpp:20
std::string format(const std::string &fmt, Args &&... args)
Definition: log.h:25
void showINFORM()
Definition: log.cpp:10
Main namespace.
Definition: collision.h:11