Fission
FSN
Loading...
Searching...
No Matches
libs
fsCore
src
debug
fsTrace.h
Go to the documentation of this file.
1
/********************************************************************
2
*
3
* Created: 18/2/2014 9:42
4
*
5
* File: fsTrace.h
6
*
7
* Author: Mick Waites
8
*
9
* Purpose: Easily enabled trace logging for emergency debugging.
10
*
11
*********************************************************************/
12
13
#ifndef fsTracehdr
14
#define fsTracehdr
15
16
//#define ENABLE_TRACE
17
18
#if !defined ENABLE_TRACE
19
20
#define fsTrace( ... )
21
22
#else
23
24
#include "
fsLog.h
"
25
#define fsTrace fsLogFlushMsg
26
27
#endif
28
29
#endif
fsLog.h
Generated on
for Fission by
1.16.1