/WebLogBridge

show device log to web browser

Primary LanguageObjective-CMIT LicenseMIT

WebLogBridge

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

  1. Import Header

    #import "WLBWebLogManager.h"
  2. Start Server

    [[WLBWebLogManager sharedManager] startServer];
  3. Send Message

    [[WLBWebLogManager sharedManager] sendLogWithChannel:@"You Channel" content:[NSString stringWithFormat:@"Message"];
  4. Open Browser,Example http://192.168.199.196:8086/

Installation

WebLogBridge is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WebLogBridge'

Author

irobbin1024, longbin.lai@quvideo.com

License

WebLogBridge is available under the MIT license. See the LICENSE file for more info.