IRremote
LocalDebugLevelStart.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRACE_PRINT(...)   void()
 
#define TRACE_PRINTLN(...)   void()
 
#define TRACE_FLUSH()   void()
 
#define DEBUG_PRINT(...)   void()
 
#define DEBUG_PRINTLN(...)   void()
 
#define DEBUG_FLUSH()   void()
 
#define INFO_PRINT(...)   void()
 
#define INFO_PRINTLN(...)   void()
 
#define INFO_FLUSH()   void()
 

Macro Definition Documentation

◆ DEBUG_FLUSH

#define DEBUG_FLUSH ( )    void()

Definition at line 82 of file LocalDebugLevelStart.h.

◆ DEBUG_PRINT

#define DEBUG_PRINT (   ...)    void()

Definition at line 80 of file LocalDebugLevelStart.h.

◆ DEBUG_PRINTLN

#define DEBUG_PRINTLN (   ...)    void()

Definition at line 81 of file LocalDebugLevelStart.h.

◆ INFO_FLUSH

#define INFO_FLUSH ( )    void()

Definition at line 93 of file LocalDebugLevelStart.h.

◆ INFO_PRINT

#define INFO_PRINT (   ...)    void()

Definition at line 91 of file LocalDebugLevelStart.h.

◆ INFO_PRINTLN

#define INFO_PRINTLN (   ...)    void()

Definition at line 92 of file LocalDebugLevelStart.h.

◆ TRACE_FLUSH

#define TRACE_FLUSH ( )    void()

Definition at line 72 of file LocalDebugLevelStart.h.

◆ TRACE_PRINT

#define TRACE_PRINT (   ...)    void()

Definition at line 70 of file LocalDebugLevelStart.h.

◆ TRACE_PRINTLN

#define TRACE_PRINTLN (   ...)    void()

Definition at line 71 of file LocalDebugLevelStart.h.