Class Debugging

    • Field Detail

      • m_nLogLevel

        protected int m_nLogLevel
        The log level of the Debugging option.
    • Constructor Detail

      • Debugging

        public Debugging()
        Constructs a Debugging (required for serialization).
      • Debugging

        protected Debugging​(int nLogLevel)
        Constructs a Debugging option.
        Parameters:
        nLogLevel - the Debugging log level.
        See Also:
        Logger
    • Method Detail

      • getLogLevel

        public int getLogLevel()
        Obtains the log level of the Debugging option.
        Returns:
        the log level of the Debugging option
      • of

        public static Debugging of​(int nLogLevel)
        Obtains a Debugging with a specific log level.
        Parameters:
        nLogLevel - the log level of the Debugging
        Returns:
        the Debugging option
      • getPreferredLevel

        public int getPreferredLevel​(int nLogLevel)
        Obtains the log level of the Debugging option. If there is no log level, or the supplied one is smaller than the debug one, return the supplied one.
        Parameters:
        nLogLevel - the given log level
        Returns:
        the appropriate log level for the log
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • readExternal

        public void readExternal​(DataInput in)
                          throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.ExternalizableLite
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(DataOutput out)
                           throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.ExternalizableLite
        Throws:
        IOException
      • readExternal

        public void readExternal​(com.tangosol.io.pof.PofReader in)
                          throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(com.tangosol.io.pof.PofWriter out)
                           throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException