Class LogData.LogDataBuilder
java.lang.Object
de.hybris.platform.jdbcwrapper.logger.LogData.LogDataBuilder
- Enclosing class:
- LogData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withCategory(String category) withConnectionId(int connectionId) withDataSourceID(String dataSourceID) withElapsed(long elapsed) withException(Exception exception) withLogLevel(int logLevel) withPrepared(String prepared) withThreadId(long threadId)
-
Constructor Details
-
LogDataBuilder
public LogDataBuilder()
-
-
Method Details
-
withLogLevel
-
withThreadId
-
withDataSourceID
-
withConnectionId
-
withNow
-
withElapsed
-
withCategory
-
withPrepared
-
withSql
-
withException
-
withText
-
build
-