hpp-fcl  3.0.0
HPP 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 HPP_FCL_LOG_INFO(message)
 
#define HPP_FCL_LOG_DEBUG(message)
 
#define HPP_FCL_LOG_WARNING(message)
 
#define HPP_FCL_LOG_ERROR(message)
 

Macro Definition Documentation

◆ HPP_FCL_LOG_DEBUG

#define HPP_FCL_LOG_DEBUG (   message)

◆ HPP_FCL_LOG_ERROR

#define HPP_FCL_LOG_ERROR (   message)

◆ HPP_FCL_LOG_INFO

#define HPP_FCL_LOG_INFO (   message)

This file defines basic logging macros for HPP-FCL, based on Boost.Log. To enable logging, define the preprocessor macro HPP_FCL_ENABLE_LOGGING.

◆ HPP_FCL_LOG_WARNING

#define HPP_FCL_LOG_WARNING (   message)