Class LogMessageInfo


  • public class LogMessageInfo
    extends Object
    Low level log message intended for read/write operations. For the higher level (model) analogue see LogMessage.
    • Constructor Detail

      • LogMessageInfo

        public LogMessageInfo​(@NotNull
                              LogMessageKind kind,
                              byte status,
                              long timestamp,
                              @NotNull
                              CharSequence message,
                              @NotNull
                              String blockType,
                              @NotNull
                              String renderHint,
                              int flowId,
                              long blockFinishTimestamp,
                              @NotNull
                              String tags,
                              @Nullable
                              Integer anchor)
    • Method Detail

      • getStatus

        public byte getStatus()
      • getTimestamp

        public long getTimestamp()
      • getBlockType

        @NotNull
        public String getBlockType()
      • getRenderHint

        @NotNull
        public String getRenderHint()
      • getFlowId

        public int getFlowId()
      • getBlockFinishTimestamp

        public long getBlockFinishTimestamp()
      • getTags

        @NotNull
        public String getTags()
      • getAnchor

        @Nullable
        public Integer getAnchor()
      • getEstimatedSizeBytes

        public int getEstimatedSizeBytes()
      • isInternal

        public boolean isInternal()