Appelium / AppeliumCocoaLumberjack

CocoaLumberjack extension for Appelium.

Home Page:https://www.appelium.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppeliumCocoaLumberjack

Appelium is a platform and a set of tools for improving the quality of mobile apps.

AppeliumCocoaLumberjack is a simple extension that allows you you to simply route all logging calls to Appelium without changing your existing logging code.

For more information about Appelium, visit Appelium.com.

Installation

CocoaPods

To integrate AppeliumCocoaLumberjack into your Xcode project using CocoaPods, add it to your Podfile:

pod 'AppeliumCocoaLumberjack'

Then, run the following command:

$ pod install

Usage

  1. Import AppeliumCocoaLumberjack into your app:

    import AppeliumCocoaLumberjack
  2. Enable logging:

    DDLog.add(DDAppeliumLogger.sharedInstance())

About

CocoaLumberjack extension for Appelium.

https://www.appelium.com

License:Other


Languages

Language:Ruby 100.0%