Package com.grephq.ot

Class JusbLogLevel


  • public class JusbLogLevel
    extends java.lang.Object
    Log message levels
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int LOG_LEVEL_DEBUG
      All messages are emitted
      static int LOG_LEVEL_ERROR
      Error messages are emitted
      static int LOG_LEVEL_INFO
      Informational warning and error messages are emitted
      static int LOG_LEVEL_NONE
      No messages ever emitted by the library (default)
      static int LOG_LEVEL_WARNING
      Warning and error messages are emitted
    • Constructor Summary

      Constructors 
      Constructor Description
      JusbLogLevel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG_LEVEL_NONE

        public static final int LOG_LEVEL_NONE
        No messages ever emitted by the library (default)
        See Also:
        Constant Field Values
      • LOG_LEVEL_ERROR

        public static final int LOG_LEVEL_ERROR
        Error messages are emitted
        See Also:
        Constant Field Values
      • LOG_LEVEL_WARNING

        public static final int LOG_LEVEL_WARNING
        Warning and error messages are emitted
        See Also:
        Constant Field Values
      • LOG_LEVEL_INFO

        public static final int LOG_LEVEL_INFO
        Informational warning and error messages are emitted
        See Also:
        Constant Field Values
      • LOG_LEVEL_DEBUG

        public static final int LOG_LEVEL_DEBUG
        All messages are emitted
        See Also:
        Constant Field Values
    • Constructor Detail

      • JusbLogLevel

        public JusbLogLevel()