Go to the documentation of this file.
38 #ifndef COAL_LOGGING_H
39 #define COAL_LOGGING_H
41 #ifdef COAL_ENABLE_LOGGING
42 #include <boost/log/trivial.hpp>
43 #define COAL_LOG_INFO(message) BOOST_LOG_TRIVIAL(info) << message
44 #define COAL_LOG_DEBUG(message) BOOST_LOG_TRIVIAL(debug) << message
45 #define COAL_LOG_WARNING(message) BOOST_LOG_TRIVIAL(warning) << message
46 #define COAL_LOG_ERROR(message) BOOST_LOG_TRIVIAL(error) << message
48 #define COAL_LOG_INFO(message)
49 #define COAL_LOG_DEBUG(message)
50 #define COAL_LOG_WARNING(message)
51 #define COAL_LOG_ERROR(message)
54 #endif // COAL_LOGGING_H
hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:58