You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Since not all loggers provide the same set of functionalities the `com.openeleme
33
33
- add stack trace (by throwable to message)
34
34
- support `{}` placeholders in message
35
35
- support markers
36
-
- support a context (like MDC or thread context)
36
+
- support a context (like [MDC](https://logback.qos.ch/manual/mdc.html) or [thread context](https://logging.apache.org/log4j/2.x/manual/thread-context.html))
37
37
- add a timestamp, the current thread and the name of the caller class to the message
0 commit comments