Skip to content

Commit

Permalink
add alcatraz and XcodeColoers to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiakoval committed Nov 28, 2015
1 parent e0de25f commit 60159a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ SpeedLog.print("Enable All Features")
### UIColor log
`SpeedLog` has nice `UIColor` log style.
All you need to do is enable it once by calling `SpeedLog.enableVisualColorLog()`

![](/Images/RGB-colors-log.png)

```swift
Expand All @@ -62,7 +63,7 @@ SpeedLog.print("Visual:", c)
SpeedLog.disableVisualColorLog()
SpeedLog.print("Original Restored:", c)
```

P.S - You also need to install [XcodeColors](https://github.com/robbiehanson/XcodeColors) Xcode Plugin. Use [Alcatraz](http://alcatraz.io) to install it.

###Enables Log

Expand Down

0 comments on commit 60159a3

Please sign in to comment.