An open API service indexing awesome lists of open source software.

https://github.com/instabug/instabug-cocoalumberjack


https://github.com/instabug/instabug-cocoalumberjack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Instabug-CocoaLumberjack
## Installation
Add pod `Instabug-CocoaLumberjack` to your `podfile`

## Requirements
iOS version >= 8.0

`Instabug` version >= 6.2

## Example
Make sure you import our destination first: `#import `

```
[DDLog addLogger:[DDInstabugLogger sharedInstance]];

DDLogVerbose(@"Verbose");
DDLogDebug(@"Debug");
DDLogInfo(@"Info");
DDLogWarn(@"Warn");
DDLogError(@"Error");
```