LoggingSQLAndTimeSettings

case class LoggingSQLAndTimeSettings(enabled: Boolean, singleLineMode: Boolean, printUnprocessedStackTrace: Boolean, stackTraceDepth: Int, logLevel: String, warningEnabled: Boolean, warningThresholdMillis: Long, warningLogLevel: String, maxColumnSize: Option[Int], maxBatchParamSize: Option[Int])

Settings for logging SQL and timing

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product