Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintLogger.h
Go to the documentation of this file.
1 //
2 // SplunkMintLog.h
3 // Splunk-iOS
4 //
5 // Created by George Taskos on 7/24/14.
6 // Copyright (c) 2014 SLK. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MintEnums.h"
11 #import "RequestWorkerFacadeDelegate.h"
12 
13 @interface MintLogger : NSObject
14 
18 + (void) setRequestWorker:(id<RequestWorkerFacadeDelegate>)worker;
19 
25 void MintLog(MintLogLevel logLevel, NSString* message, ...) NS_FORMAT_FUNCTION(2,3);
26 
27 @end
MintLogLevel
Definition: MintEnums.h:155
void MintLog(MintLogLevel logLevel, NSString *message,...) NS_FORMAT_FUNCTION(2
Definition: MintLogger.h:13