Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera-ernesto authored Jun 9, 2017
1 parent 241ca7d commit 57c9631
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,22 @@ http://cocoadocs.org/docsets/LumberjackConsole/

### a) Dashboard Logger

#### Swift

Import the module:
```swift
import LumberjackConsole
```

Add its logger for testing builds:
```swift
#if !PRODUCTION
PTEDashboard.shared().show()
#endif
```

#### Objective-C

Import the dashboard header:
```obj-c
#import <LumberjackConsole/PTEDashboard.h>
Expand Down

0 comments on commit 57c9631

Please sign in to comment.