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
@@ -83,7 +83,7 @@ By default, only the log levels `INFO` and above are being captured. You can cap
83
83
.captureForLogger("LOGGER_NAME", Level.DEBUG);
84
84
```
85
85
86
-
See`io.github.netmikey.logunit.logback.LogCapturerWithLogbackTest`for more in-depth examples.
86
+
See [LogCapturerWithLogbackTest.java](https://github.com/netmikey/logunit/blob/master/logunit-logback/src/test/java/io/github/netmikey/logunit/logback/LogCapturerWithLogbackTest.java) for more in-depth examples.
0 commit comments