mirror of https://github.com/qos-ch/slf4j
minor changes
This commit is contained in:
parent
86e0c2990d
commit
88333f50ef
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue