Class AttributeLogLine

java.lang.Object
io.guixer.logs.lines.AbstractLogLine
io.guixer.logs.lines.AttributeLogLine
All Implemented Interfaces:
LogLine

public final class AttributeLogLine extends AbstractLogLine
  • Constructor Details

    • AttributeLogLine

      public AttributeLogLine(long timeMillis, String rawText, io.guixer.types.AttributeScope scope, String name, String value)
  • Method Details

    • getScope

      public io.guixer.types.AttributeScope getScope()
    • getName

      public String getName()
    • getValue

      public String getValue()