From e0a6d06fc03935ef5ae559f46fa6e96c1c348480 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Fri, 9 Aug 2019 14:51:04 +0200 Subject: [PATCH] minor edit --- slf4j-site/src/site/pages/manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html index f939b71e3..5c5c6a5b3 100755 --- a/slf4j-site/src/site/pages/manual.html +++ b/slf4j-site/src/site/pages/manual.html @@ -192,7 +192,7 @@

Fluent Logging API

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