1
0

Deprecate

org.apache.commons.logging.impl.Jdk13LumberjackLogger.dummyLevel without
replacement
This commit is contained in:
Gary Gregory
2023-11-26 15:04:55 -05:00
parent 768c5ee741
commit 1290cecf73
2 changed files with 6 additions and 0 deletions

View File

@@ -46,7 +46,10 @@ public class Jdk13LumberjackLogger implements Log, Serializable {
* this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
* It must not be private, as an optimizing compiler could detect that it
* is not used and optimize it away.
*
* @deprecated No longer used.
*/
@Deprecated
protected static final Level dummyLevel = Level.FINE;
/**