Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
Mint.h File Reference
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "LimitedExtraDataList.h"
#import "MintEnums.h"

Go to the source code of this file.

Classes

class  Mint
 

Macros

#define MintLogException(exception, extradata)   [[Mint sharedInstance] logExceptionAsync:exception limitedExtraDataList:extradata];
 

Macro Definition Documentation

#define MintLogException (   exception,
  extradata 
)    [[Mint sharedInstance] logExceptionAsync:exception limitedExtraDataList:extradata];

MintLogException is a helper function that calls the [[Mint sharedInstance] logExceptionAsync:limitedExtraDataList:]. 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.