Package alluxio.wire

Class LogInfo


  • @NotThreadSafe
    public final class LogInfo
    extends java.lang.Object
    Information about the LogInfo.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogInfo()
      Creates a new instance of LogInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLevel()  
      java.lang.String getLogName()  
      java.lang.String getMessage()  
      void setLevel​(java.lang.String level)  
      void setLogName​(java.lang.String logName)  
      void setMessage​(java.lang.String message)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LogInfo

        public LogInfo()
        Creates a new instance of LogInfo.
    • Method Detail

      • getLevel

        public java.lang.String getLevel()
        Returns:
        the level of the log
      • setLevel

        public void setLevel​(java.lang.String level)
        Parameters:
        level - the log's level
      • getLogName

        public java.lang.String getLogName()
        Returns:
        the logger's name
      • setLogName

        public void setLogName​(java.lang.String logName)
        Parameters:
        logName - the logger's name
      • getMessage

        public java.lang.String getMessage()
        Returns:
        the message
      • setMessage

        public void setMessage​(java.lang.String message)
        Parameters:
        message - the message
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object