From 57c9631291f1bcd9ac5048e655b63f2e8b5b9ed3 Mon Sep 17 00:00:00 2001 From: Ernesto Rivera Date: Fri, 9 Jun 2017 16:06:38 -0400 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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