1 2 3 4 5 6 7 8 9 10 11 12
#ifndef COMET_LOG_H #define COMET_LOG_H // Thin wrapper over any_log.h #ifdef RELEASE #define ANY_LOG_NO_TRACE #endif #include "any_log.h" #endif