We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db013bf commit 10dcdf9Copy full SHA for 10dcdf9
README.md
@@ -129,7 +129,7 @@ logger.info("Test") // takes implicit correlationId and logs "ID Test"
129
130
If you want to extract the context object associated with your logger i.e. `correlationId` here, use `getContext`.
131
```scala
132
-val context = logger.canLogEv.getContext
+val context = logger.canLogEv.getContext()
133
```
134
135
It's also possible to use `MDC` through `CanLog` without any troubles with execution context.
0 commit comments