Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
NSLogDebugHelpers.h File Reference

Macros

#define DEBUG
 
#define LOG(s, ...)
 
#define ILOG(s, ...)
 
#define ELOG(s, ...)
 
#define DLOG(s, ...)
 
#define PRINT_SIGNATURE()
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG

◆ DLOG

#define DLOG ( s,
... )
Value:
LOG(s, ##__VA_ARGS__)
#define LOG(s,...)
Definition NSLogDebugHelpers.h:17

◆ ELOG

#define ELOG ( s,
... )
Value:
NSLog(@"[ERROR] " s, ##__VA_ARGS__)

◆ ILOG

#define ILOG ( s,
... )
Value:
NSLog(@"[INFO] " s, ##__VA_ARGS__)

◆ LOG

#define LOG ( s,
... )
Value:
NSLog(@"[DEBUG] " s, ##__VA_ARGS__)

◆ PRINT_SIGNATURE

#define PRINT_SIGNATURE ( )
Value:
LOG(@"%s", __PRETTY_FUNCTION__)