Class LogItem

java.lang.Object
io.jmix.ui.logging.LogItem

public class LogItem extends Object
  • Constructor Details

  • Method Details

    • getLevel

      public LogLevel getLevel()
    • getMessage

      public String getMessage()
    • getStacktrace

      public String getStacktrace()
    • getThrowable

      @Nullable public Throwable getThrowable()
      Returns:
      null if has been appended to log
    • sanitize

      public void sanitize()
      Cleans reference to throwable. Stacktrace still will be available.
    • getTimestamp

      public Date getTimestamp()