All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.LoggingSQLAndTimeSettings.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc

/**
 * Settings for logging SQL and timing
 */
case class LoggingSQLAndTimeSettings(
  enabled: Boolean = true,
  singleLineMode: Boolean = false,
  printUnprocessedStackTrace: Boolean = false,
  stackTraceDepth: Int = 15,
  logLevel: Symbol = 'debug,
  warningEnabled: Boolean = false,
  warningThresholdMillis: Long = 3000L,
  warningLogLevel: Symbol = 'warn
)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy