Package org.slf4j.migrator
Class Constant
- java.lang.Object
-
- org.slf4j.migrator.Constant
-
public class Constant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intJCL_TO_SLF4Jstatic intJUL_TO_SLF4Jstatic intLOG4J_TO_SLF4Jstatic intNB_FILES_MAXstatic intNOP_TO_SLF4J
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
JCL_TO_SLF4J
public static final int JCL_TO_SLF4J
- See Also:
- Constant Field Values
-
LOG4J_TO_SLF4J
public static final int LOG4J_TO_SLF4J
- See Also:
- Constant Field Values
-
JUL_TO_SLF4J
public static final int JUL_TO_SLF4J
- See Also:
- Constant Field Values
-
NOP_TO_SLF4J
public static final int NOP_TO_SLF4J
- See Also:
- Constant Field Values
-
NB_FILES_MAX
public static final int NB_FILES_MAX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Constant
public Constant()
-
-