Default

com.augustnagro.magnum.ziomagnum.Slf4jMagnumLogger.Default
object Default extends SqlLogger

Default implementation of the SqlLogger trait.

Attributes

Graph
Supertypes
trait SqlLogger
class Object
trait Matchable
class Any
Self type
Default.type

Members list

Value members

Concrete methods

override def exceptionMsg(exceptionEvent: SqlExceptionEvent): String

Constructs the exception message for SqlExceptions

Constructs the exception message for SqlExceptions

Attributes

Definition Classes
SqlLogger
override def log(successEvent: SqlSuccessEvent): Unit

Log a successful SQL statement execution. If a query fails a SqlException will be thrown, and this logger will not be triggered.

Log a successful SQL statement execution. If a query fails a SqlException will be thrown, and this logger will not be triggered.

Attributes

Definition Classes
SqlLogger