diff --git a/README.md b/README.md index 77f9c38..ca1f2b2 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: \ No newline at end of file +Some way to directly include this library as a dependency to your project :sweat_smile: