Package com.grephq.ot
Class JusbLogLevel
- java.lang.Object
- 
- com.grephq.ot.JusbLogLevel
 
- 
 public class JusbLogLevel extends java.lang.ObjectLog message levels
- 
- 
Field SummaryFields Modifier and Type Field Description static intLOG_LEVEL_DEBUGAll messages are emittedstatic intLOG_LEVEL_ERRORError messages are emittedstatic intLOG_LEVEL_INFOInformational warning and error messages are emittedstatic intLOG_LEVEL_NONENo messages ever emitted by the library (default)static intLOG_LEVEL_WARNINGWarning and error messages are emitted
 - 
Constructor SummaryConstructors Constructor Description JusbLogLevel()
 
- 
- 
- 
Field Detail- 
LOG_LEVEL_NONEpublic static final int LOG_LEVEL_NONE No messages ever emitted by the library (default)- See Also:
- Constant Field Values
 
 - 
LOG_LEVEL_ERRORpublic static final int LOG_LEVEL_ERROR Error messages are emitted- See Also:
- Constant Field Values
 
 - 
LOG_LEVEL_WARNINGpublic static final int LOG_LEVEL_WARNING Warning and error messages are emitted- See Also:
- Constant Field Values
 
 - 
LOG_LEVEL_INFOpublic static final int LOG_LEVEL_INFO Informational warning and error messages are emitted- See Also:
- Constant Field Values
 
 - 
LOG_LEVEL_DEBUGpublic static final int LOG_LEVEL_DEBUG All messages are emitted- See Also:
- Constant Field Values
 
 
- 
 
-