Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultGormLogger ¶
func NewDefaultGormLogger(cfg GormLogConfigI) logger.Interface
func NewLogxGormLogger ¶
func NewLogxGormLogger(cfg GormLogConfigI) logger.Interface
func OverwriteGormLogMode ¶
Types ¶
type GormLogConfigI ¶
type GormLogConfigI interface { GetGormLogMode() gormLogger.LogLevel GetSlowThreshold() time.Duration GetColorful() bool }
Click to show internal directories.
Click to hide internal directories.