Feat: Setting model

This commit is contained in:
HFO4
2019-11-10 17:07:35 +08:00
parent 29fe6047a1
commit 943c84320c
6 changed files with 159 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ func (ll *Logger) Debug(format string, v ...interface{}) {
ll.Println(msg)
}
// GORM 的 Logger实现
// Print GORM 的 Logger实现
func (ll *Logger) Print(v ...interface{}) {
if LevelDebug > ll.level {
return