mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Add method for handling OpenVPN log to the adapter delegate
This commit is contained in:
@@ -34,6 +34,9 @@ NS_SWIFT_NAME(handle(event:message:));
|
||||
- (void)handleError:(nonnull NSError *)error
|
||||
NS_SWIFT_NAME(handle(error:));
|
||||
|
||||
- (void)handleLog:(nonnull NSString *)logMessage
|
||||
NS_SWIFT_NAME(handle(logMessage:));
|
||||
|
||||
@end
|
||||
|
||||
@interface OpenVPNAdapter (Provider)
|
||||
|
||||
Reference in New Issue
Block a user