Skip to content

Commit

Permalink
📚 Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalcier authored Jul 5, 2019
1 parent 2a7ceb1 commit 109bedb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class Foo {
When foo() is executed will result in:

```
23:29:26.969 [main] INFO com.mfalcier.yessir.Foo - [com.mfalcier.yessir.Foo.foo has started its execution]
23:29:26.969 [main] INFO com.mfalcier.yessir.Foo - com.mfalcier.yessir.Foo.foo has started its execution
23:29:27.971 [main] INFO com.mfalcier.yessir.Foo - Hello World!
23:29:27.972 [main] INFO com.mfalcier.yessir.Foo - [com.mfalcier.yessir.Foo.foo has ended its execution after 1000ms]
23:29:27.972 [main] INFO com.mfalcier.yessir.Foo - com.mfalcier.yessir.Foo.foo has ended its execution after 1000ms
```

The `@LogMe` annotation can also be used on classes, in order to automatically log each of its method:
Expand Down Expand Up @@ -120,4 +120,4 @@ In order to weave, your POM.xml plugins section must at least contains:
```

## COMING SOON
Some way to directly include this library as a dependency to your project :sweat_smile:
Some way to directly include this library as a dependency to your project :sweat_smile:

0 comments on commit 109bedb

Please sign in to comment.