Class CmsDuplicateRemovingLogBuffer.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String channel, java.lang.String level, java.lang.String message)
      Creates a new entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getChannel()
      Gets the log channel.
      java.lang.String getLevel()
      Gets the log level.
      java.lang.String getMessage()
      Gets the log message.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String channel,
                     java.lang.String level,
                     java.lang.String message)
        Creates a new entry.
        Parameters:
        channel - the log channel
        level - the log level
        message - the log message
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • getChannel

        public java.lang.String getChannel()
        Gets the log channel.
        Returns:
        the log channel
      • getLevel

        public java.lang.String getLevel()
        Gets the log level.
        Returns:
        the log level
      • getMessage

        public java.lang.String getMessage()
        Gets the log message.
        Returns:
        the log message
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()