Class LogMediatorSnippetRequest

java.lang.Object
org.eclipse.lemminx.customservice.SnippetCompletionRequest
org.eclipse.lemminx.customservice.LogMediatorSnippetRequest

public class LogMediatorSnippetRequest extends SnippetCompletionRequest
  • Constructor Details

    • LogMediatorSnippetRequest

      public LogMediatorSnippetRequest()
  • Method Details

    • getLogLevel

      public String getLogLevel()
    • setLogLevel

      public void setLogLevel(String logLevel)
    • getLogCategory

      public String getLogCategory()
    • setLogCategory

      public void setLogCategory(String logCategory)
    • getLogSeparator

      public String getLogSeparator()
    • setLogSeparator

      public void setLogSeparator(String logSeparator)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getProperties

      public Object getProperties()
    • setProperties

      public void setProperties(Object properties)
    • getLogMediator

      public SnippetCompletionResponse getLogMediator()
    • setLogMediator

      public void setLogMediator(String logMediator)
    • getLogMediatorSnippet

      public String getLogMediatorSnippet()