Class JdbcProperties.SlowQuery

java.lang.Object
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.SlowQuery
Enclosing class:
JdbcProperties

public static class JdbcProperties.SlowQuery extends Object
Properties to configure slow query logging listener.
  • Constructor Details

    • SlowQuery

      public SlowQuery()
  • Method Details

    • isEnableLogging

      public boolean isEnableLogging()
    • setEnableLogging

      public void setEnableLogging(boolean enableLogging)
    • getLoggerName

      public String getLoggerName()
    • setLoggerName

      public void setLoggerName(String loggerName)
    • getLogLevel

      public String getLogLevel()
    • setLogLevel

      public void setLogLevel(String logLevel)
    • getThreshold

      public long getThreshold()
    • setThreshold

      public void setThreshold(long threshold)