PubSub+ Messaging API For C  7.29.0.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ex/ios/LogCallbackProtocol.h
/*
* Copyright 2014-2024 Solace Corporation. All rights reserved.
*/
#import <Foundation/Foundation.h>
@protocol LogCallbackProtocol <NSObject>
- (void)logCallbackWithLogInfo:(solClient_log_callbackInfo_pt)logInfo_p
userData:(void *)user_p;
void logCallback(solClient_log_callbackInfo_pt logInfo_p, void *user_p);
@end