Mobile API Reference
MicroStrategy 2019
Classes
|
Macros
MSILog.h File Reference
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes
class
MSILog
Macros
#define
SIMPLE_DEBUG_LOG
(DEBUD_MSG, ...)
Macro Definition Documentation
◆
SIMPLE_DEBUG_LOG
#define SIMPLE_DEBUG_LOG
(
DEBUD_MSG,
...
)
Value:
if
([[
MSILog
getLogger] isLoggable:
Debug
]) { \
[[
MSILog
getLogger] logWithLevel:Debug \
className:NSStringFromClass([
self
class
]) methodName:NSStringFromSelector(_cmd) \
message:[NSString stringWithFormat:(
@"{{%s at %s:%d thread=#%p self=%p}}"
DEBUD_MSG), \
__PRETTY_FUNCTION__, __FILE__, __LINE__, [NSThread currentThread], self,
## __VA_ARGS__]]; \
}
MSILog
Definition:
MSILog.h:16
Debug
Definition:
Enums.h:294
Users
vvitarello
Desktop
MobileSDKSourceFiles
MSILog.h
Generated by
1.8.14