Skip to content

Commit a1787f6

Browse files
Update README.md
1 parent 013b97d commit a1787f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The JMH benchmark is executed by several parameters that are all defined in the
3030
Since not all loggers provide the same set of functionalities the `com.openelements.logger.api.Logger` interface contains all features that should be tested. That feature set reflects the features that a modern logging api should provide:
3131

3232
- log messages
33-
- add stack trace (by throwable to message)
33+
- add stack trace (by Throwable)
3434
- support `{}` placeholders in message
3535
- support markers
3636
- 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))

0 commit comments

Comments
 (0)