#include <btk/core/config/btk_config.hpp>
#include <btk/core/io/logger_stream.hpp>
Go to the source code of this file.
Defines | |
#define | DBG_STREAM(L) BTK::IO::LOGGING::LoggerStream<char>((L)) |
#define | DBG_OUT DBG_STREAM(DEBUG) |
#define | TRACE_OUT if (0) BTK::IO::LOGGING::LoggerStream<char>(TRACE) |
#define DBG_OUT DBG_STREAM(DEBUG) |
#define DBG_STREAM | ( | L | ) | BTK::IO::LOGGING::LoggerStream<char>((L)) |
#define TRACE_OUT if (0) BTK::IO::LOGGING::LoggerStream<char>(TRACE) |