mirror of https://github.com/qos-ch/slf4j
minor doc fix
This commit is contained in:
parent
2f1ccdddae
commit
65009d8e62
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue