minor doc fix

This commit is contained in:
Ceki Gulcu 2021-06-14 15:55:02 +02:00
parent 2f1ccdddae
commit 65009d8e62
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ public class CallerInfoTest {
assertEquals(this.getClass().getName(), logRecod.getSourceClassName());
}
// Do we preserve location info using fluent API?
// See https://jira.qos.ch/browse/SLF4J-511
@Test
public void testCallerInfoWithFluentAPI() {
Logger logger = LoggerFactory.getLogger("bla");