java.lang.Object
com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties

public class P6SpyProperties extends Object
Properties for configuring p6spy.
  • Constructor Details

    • P6SpyProperties

      public P6SpyProperties()
  • Method Details

    • isEnableLogging

      public boolean isEnableLogging()
    • isMultiline

      public boolean isMultiline()
    • getLogging

      public P6SpyProperties.P6SpyLogging getLogging()
    • getLogFile

      public String getLogFile()
    • getLogFormat

      public String getLogFormat()
    • getCustomAppenderClass

      public String getCustomAppenderClass()
    • getLogFilter

      public P6SpyProperties.P6SpyLogFilter getLogFilter()
    • setEnableLogging

      public void setEnableLogging(boolean enableLogging)
    • setMultiline

      public void setMultiline(boolean multiline)
    • setLogging

      public void setLogging(P6SpyProperties.P6SpyLogging logging)
    • setLogFile

      public void setLogFile(String logFile)
    • setLogFormat

      public void setLogFormat(String logFormat)
    • setCustomAppenderClass

      public void setCustomAppenderClass(String customAppenderClass)
    • setLogFilter

      public void setLogFilter(P6SpyProperties.P6SpyLogFilter logFilter)
    • getExcludeCategories

      public List<String> getExcludeCategories()
    • setExcludeCategories

      public void setExcludeCategories(List<String> excludeCategories)