Documentation
¶
Index ¶
- func Get(name string) *gorm.DB
- func Main() *gorm.DB
- type Instance
- type Logger
- func (l *Logger) Error(ctx context.Context, s string, args ...interface{})
- func (l *Logger) Info(ctx context.Context, s string, args ...interface{})
- func (l *Logger) LogMode(gormlogger.LogLevel) gormlogger.Interface
- func (l *Logger) Trace(ctx context.Context, begin time.Time, fc func() (string, int64), err error)
- func (l *Logger) Warn(ctx context.Context, s string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger struct { gormlogger.Config Logger zerolog.Logger // contains filtered or unexported fields }
Logger 实现了gorm.io logger接口
func (*Logger) LogMode ¶
func (l *Logger) LogMode(gormlogger.LogLevel) gormlogger.Interface
Click to show internal directories.
Click to hide internal directories.