Splunk MINT SDK for iOS  4.0
 All Data Structures Files Functions Enumerations Enumerator Properties Macros
Data Structures | Macros
Mint.h File Reference

Data Structures

class  Mint
 

Macros

#define MintLogException(exception, extradata)   [[Mint sharedInstance] logExceptionAsync:exception limitedCrashExtraDataList:extradata completionBlock:nil];
 

Macro Definition Documentation

#define MintLogException (   exception,
  extradata 
)    [[Mint sharedInstance] logExceptionAsync:exception limitedCrashExtraDataList:extradata completionBlock:nil];

MintLogException is a helper function that calls the [[Mint sharedInstance] logExceptionAsync:limitedExtraDataList:completionBlock:]. This function logs a handled exception with any optional data.

Parameters
exceptionThe handled exception instance.
extradataThe extra data to include in the request.
Returns
void. Nothing to return.