Class LogData.LogDataBuilder
- java.lang.Object
-
- de.hybris.platform.jdbcwrapper.logger.LogData.LogDataBuilder
-
- Enclosing class:
- LogData
public static class LogData.LogDataBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogDataBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogDatabuild()LogData.LogDataBuilderwithCategory(java.lang.String category)LogData.LogDataBuilderwithConnectionId(int connectionId)LogData.LogDataBuilderwithDataSourceID(java.lang.String dataSourceID)LogData.LogDataBuilderwithElapsed(long elapsed)LogData.LogDataBuilderwithException(java.lang.Exception exception)LogData.LogDataBuilderwithLogLevel(int logLevel)LogData.LogDataBuilderwithNow(java.lang.String now)LogData.LogDataBuilderwithPrepared(java.lang.String prepared)LogData.LogDataBuilderwithSql(java.lang.String sql)LogData.LogDataBuilderwithText(java.lang.String text)LogData.LogDataBuilderwithThreadId(long threadId)
-
-
-
Method Detail
-
withLogLevel
public LogData.LogDataBuilder withLogLevel(int logLevel)
-
withThreadId
public LogData.LogDataBuilder withThreadId(long threadId)
-
withDataSourceID
public LogData.LogDataBuilder withDataSourceID(java.lang.String dataSourceID)
-
withConnectionId
public LogData.LogDataBuilder withConnectionId(int connectionId)
-
withNow
public LogData.LogDataBuilder withNow(java.lang.String now)
-
withElapsed
public LogData.LogDataBuilder withElapsed(long elapsed)
-
withCategory
public LogData.LogDataBuilder withCategory(java.lang.String category)
-
withPrepared
public LogData.LogDataBuilder withPrepared(java.lang.String prepared)
-
withSql
public LogData.LogDataBuilder withSql(java.lang.String sql)
-
withException
public LogData.LogDataBuilder withException(java.lang.Exception exception)
-
withText
public LogData.LogDataBuilder withText(java.lang.String text)
-
build
public LogData build()
-
-