To run the example project, clone the repo, and run pod install
from the Example directory first.
-
Import Header
#import "WLBWebLogManager.h"
-
Start Server
[[WLBWebLogManager sharedManager] startServer];
-
Send Message
[[WLBWebLogManager sharedManager] sendLogWithChannel:@"You Channel" content:[NSString stringWithFormat:@"Message"];
-
Open Browser,Example
http://192.168.199.196:8086/
WebLogBridge is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'WebLogBridge'
irobbin1024, longbin.lai@quvideo.com
WebLogBridge is available under the MIT license. See the LICENSE file for more info.