diff --git a/README.md b/README.md index 0268c7d..a80ef99 100644 --- a/README.md +++ b/README.md @@ -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