Uses of Class
de.hybris.platform.jdbcwrapper.logger.LogData.LogDataBuilder
-
Packages that use LogData.LogDataBuilder Package Description de.hybris.platform.jdbcwrapper.logger -
-
Uses of LogData.LogDataBuilder in de.hybris.platform.jdbcwrapper.logger
Methods in de.hybris.platform.jdbcwrapper.logger that return LogData.LogDataBuilder Modifier and Type Method Description static LogData.LogDataBuilderLogData. builder()LogData.LogDataBuilderLogData.LogDataBuilder. withCategory(java.lang.String category)LogData.LogDataBuilderLogData.LogDataBuilder. withConnectionId(int connectionId)LogData.LogDataBuilderLogData.LogDataBuilder. withDataSourceID(java.lang.String dataSourceID)LogData.LogDataBuilderLogData.LogDataBuilder. withElapsed(long elapsed)LogData.LogDataBuilderLogData.LogDataBuilder. withException(java.lang.Exception exception)LogData.LogDataBuilderLogData.LogDataBuilder. withLogLevel(int logLevel)LogData.LogDataBuilderLogData.LogDataBuilder. withNow(java.lang.String now)LogData.LogDataBuilderLogData.LogDataBuilder. withPrepared(java.lang.String prepared)LogData.LogDataBuilderLogData.LogDataBuilder. withSql(java.lang.String sql)LogData.LogDataBuilderLogData.LogDataBuilder. withText(java.lang.String text)LogData.LogDataBuilderLogData.LogDataBuilder. withThreadId(long threadId)
-