coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
Go to the source code of this file.
Macros | |
#define | COAL_LOG_INFO(message) |
#define | COAL_LOG_DEBUG(message) |
#define | COAL_LOG_WARNING(message) |
#define | COAL_LOG_ERROR(message) |
#define COAL_LOG_DEBUG | ( | message | ) |
#define COAL_LOG_ERROR | ( | message | ) |
#define COAL_LOG_INFO | ( | message | ) |
This file defines basic logging macros for Coal, based on Boost.Log. To enable logging, define the preprocessor macro COAL_ENABLE_LOGGING
.
#define COAL_LOG_WARNING | ( | message | ) |