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 int
JCL_TO_SLF4J
static int
JUL_TO_SLF4J
static int
LOG4J_TO_SLF4J
static int
NB_FILES_MAX
static int
NOP_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
-
-