Go to the source code of this file.
Macros | |
#define | COAL_LOG_DEBUG(message) |
#define | COAL_LOG_ERROR(message) |
#define | COAL_LOG_INFO(message) |
#define | COAL_LOG_WARNING(message) |
#define COAL_LOG_DEBUG | ( | message | ) |
Definition at line 49 of file coal/logging.h.
#define COAL_LOG_ERROR | ( | message | ) |
Definition at line 51 of file coal/logging.h.
#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
.
Definition at line 48 of file coal/logging.h.
#define COAL_LOG_WARNING | ( | message | ) |
Definition at line 50 of file coal/logging.h.