Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 9, 2019
1 parent acc9150 commit e0a6d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slf4j-site/src/site/pages/manual.html
Expand Up @@ -192,7 +192,7 @@ <h3 class="doAnchor" name="fluent">Fluent Logging API</h3>
int newT = 15;
int oldT = 16;

// using classical API
// using traditional API
logger.debug("Temperature set to {}. Old temperature was {}.", newT, oldT);

// using fluent API, add arguments one by one and then log message
Expand Down

0 comments on commit e0a6d06

Please sign in to comment.