Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Merge commit 'b4d34f7647bde28ce6a22d006449e3450723d2cb'
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkWoocheol committed Dec 23, 2016
2 parents a34327d + b4d34f7 commit 98f1ef9
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
[![License](https://img.shields.io/cocoapods/l/SimpleLog-Swift.svg?style=flat)](http://cocoapods.org/pods/SimpleLog-Swift)
[![Platform](https://img.shields.io/cocoapods/p/SimpleLog-Swift.svg?style=flat)](http://cocoapods.org/pods/SimpleLog-Swift)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

SimpleLog-Swift is available through [CocoaPods](http://cocoapods.org). To install
Expand All @@ -20,6 +14,23 @@ it, simply add the following line to your Podfile:
pod "SimpleLog-Swift"
```

## Example

```swift
import SimpleLog_Swift

Logging.d(message: "message")
Logging.d(tag: "tag name", message: "message")
...
Logging.i
...
Logging.w
...
Logging.e

```


## Author

Woocheol Park, [email protected]
Expand Down

0 comments on commit 98f1ef9

Please sign in to comment.