Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Jun 14, 2021
1 parent 61e879f commit 57a06aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions slf4j-jdk14/src/test/java/org/slf4j/issue/CallerInfoTest.java
Expand Up @@ -61,6 +61,10 @@ public void testCallerInfo() {
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");
Expand Down

0 comments on commit 57a06aa

Please sign in to comment.