Class LogData

java.lang.Object
de.hybris.platform.jdbcwrapper.logger.LogData

public class LogData extends Object
  • Method Details

    • builder

      public static LogData.LogDataBuilder builder()
    • getLogLevel

      public int getLogLevel()
    • getThreadId

      public long getThreadId()
    • getDataSourceID

      public String getDataSourceID()
    • getConnectionId

      public int getConnectionId()
    • getNow

      public String getNow()
    • getElapsed

      public long getElapsed()
    • getCategory

      public String getCategory()
    • getPrepared

      public String getPrepared()
    • getSql

      public String getSql()
    • getText

      public String getText()
    • getException

      public Exception getException()