aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
blob: bbd5301605c8fb97005ed2b6522044441391ce57 (plain)
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