Package com.devebot.opflow
Class OpflowLogTracer.Level
java.lang.Object
com.devebot.opflow.OpflowLogTracer.Level
- Enclosing class:
- OpflowLogTracer
public static class OpflowLogTracer.Level extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Level() -
Method Summary
-
Field Details
-
OFF
public static final int OFF- See Also:
- Constant Field Values
-
FATAL
public static final int FATAL- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR- See Also:
- Constant Field Values
-
WARN
public static final int WARN- See Also:
- Constant Field Values
-
INFO
public static final int INFO- See Also:
- Constant Field Values
-
DEBUG
public static final int DEBUG- See Also:
- Constant Field Values
-
TRACE
public static final int TRACE- See Also:
- Constant Field Values
-
ALL
public static final int ALL- See Also:
- Constant Field Values
-
-
Constructor Details
-
Level
public Level()
-