Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
NSLogDebugHelpers.h File Reference

Macros

#define DEBUG
 
#define LOG(s, ...)   NSLog(@"[DEBUG] " s, ##__VA_ARGS__)
 
#define ILOG(s, ...)   NSLog(@"[INFO] " s, ##__VA_ARGS__)
 
#define ELOG(s, ...)   NSLog(@"[ERROR] " s, ##__VA_ARGS__)
 
#define DLOG(s, ...)   LOG(s, ##__VA_ARGS__)
 
#define PRINT_SIGNATURE()   LOG(@"%s", __PRETTY_FUNCTION__)
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG

◆ DLOG

#define DLOG (   s,
  ... 
)    LOG(s, ##__VA_ARGS__)

◆ ELOG

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

◆ ILOG

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

◆ LOG

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

◆ PRINT_SIGNATURE

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