Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Oct 19, 2015
1 parent 5da267a commit b41c071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Logger.d("hello %s %d", "world", 5); // String.format
<img src='https://github.com/orhanobut/logger/blob/master/images/description.png'/>

### Usage
Note: Because of the latest changes, Logger.init() must be called once to initiate. This will be fixed in the next version

```java
Logger.d("hello");
Logger.e("hello");
Expand Down

0 comments on commit b41c071

Please sign in to comment.