AvayaWebRTCConnectSDK
<AOLoggerDelegate> Protocol Reference

#import <AOLogger.h>

Inheritance diagram for <AOLoggerDelegate>:

Instance Methods

(void) - didPrintLog:withTag:message:
 

Method Documentation

◆ didPrintLog:withTag:message:

- (void) didPrintLog: (CSLogLevel)  level
withTag: (NSString *_Nullable)  tag
message: (NSString *_Nonnull)  message 

Implement this delegate method to get access to the log messages printed from sdk. Sent when the AOLogger Logs a message. You can save these log messages to some file for sharing in this method.


The documentation for this protocol was generated from the following file: