coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
logging.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ COAL_LOG_DEBUG

#define COAL_LOG_DEBUG (   message)

◆ COAL_LOG_ERROR

#define COAL_LOG_ERROR (   message)

◆ COAL_LOG_INFO

#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.

◆ COAL_LOG_WARNING

#define COAL_LOG_WARNING (   message)