#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