Slf4jMagnumLogger

com.augustnagro.magnum.ziomagnum.Slf4jMagnumLogger.Slf4jMagnumLogger
class Slf4jMagnumLogger(name: String = ...) extends SqlLogger

Default implementation of the SqlLogger trait.

Attributes

Graph
Supertypes
trait SqlLogger
class Object
trait Matchable
class Any

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