diff --git a/slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java b/slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java index f38feed3..13549948 100644 --- a/slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java +++ b/slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java @@ -246,9 +246,6 @@ public class SimpleLogger extends MarkerIgnoringBase { } } - - /** The name of this simple log instance */ - //protected String logName = null;// == name /** The current log level */ protected int currentLogLevel = LOG_LEVEL_INFO; /** The short name of this simple log instance */ @@ -270,7 +267,6 @@ public class SimpleLogger extends MarkerIgnoringBase { } else { this.currentLogLevel = DEFAULT_LOG_LEVEL; } - } String recursivelyComputeLevelString() { diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 351d5320..b011698c 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -37,9 +37,10 @@ SimpleLogger have been modified to be consistently in camel case. More configuration options have been added. In the absence of configuration directives, SimpleLogger will - behave same as in the past. If you are configuring - SimpleLogger with configuration properties, you will - need to adapt to the new and more consistent property names.

+ behave exactly the same as in the past. If you are one of the + few users configuring SimpleLogger with configuration + properties, you will need to adapt to the new and more consistent + property names.