minor changes

This commit is contained in:
Ceki Gulcu 2012-09-14 23:07:21 +02:00
parent 86e0c2990d
commit 88333f50ef
2 changed files with 4 additions and 7 deletions

View File

@ -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() {

View File

@ -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"/>