
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via 88333f50effb1bb618847b0901b2a1e43e86d9c8 (commit) from 86e0c2990d8feec0451eb2ab2d0767776114b94a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=88333f50effb1bb618847b0901b... http://github.com/ceki/slf4j/commit/88333f50effb1bb618847b0901b2a1e43e86d9c8 commit 88333f50effb1bb618847b0901b2a1e43e86d9c8 Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Sep 14 23:07:21 2012 +0200 minor changes 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 f38feed..1354994 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 351d532..b011698 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -37,9 +37,10 @@ <code>SimpleLogger</code> have been modified to be consistently in camel case. More configuration options have been added. In the absence of configuration directives, <code>SimpleLogger</code> will - behave same as in the past. If you are configuring - <code>SimpleLogger</code> with configuration properties, you will - need to adapt to the new and more consistent property names.</p> + behave exactly the same as in the past. <b>If you are one of the + few users configuring <code>SimpleLogger</code> with configuration + properties, you will need to adapt to the new and more consistent + property names.</b></p> <hr noshade="noshade" size="1"/> ----------------------------------------------------------------------- Summary of changes: .../src/main/java/org/slf4j/impl/SimpleLogger.java | 4 ---- slf4j-site/src/site/pages/news.html | 7 ++++--- 2 files changed, 4 insertions(+), 7 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java