Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintLogResult.h
Go to the documentation of this file.
1 //
2 // SplunkLogResult.h
3 // Splunk-iOS
4 //
5 // Created by G.Tas on 11/2/13.
6 // Copyright (c) 2013 Splunk. All rights reserved.
7 //
8 
9 #import "MintResult.h"
10 #import "MintEnums.h"
11 
16 
20 @property (nonatomic, assign) MintLogType logType;
21 
22 @end
MintLogType logType
Definition: MintLogResult.h:20
Definition: MintLogResult.h:15
MintLogType
Definition: MintEnums.h:59
Definition: MintResult.h:16