Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GpaLogger ¶
type GpaLogger interface { Info(v ...interface{}) Infof(format string, v ...interface{}) Warn(v ...interface{}) Warnf(format string, v ...interface{}) Error(v ...interface{}) Errorf(format string, v ...interface{}) // WithError(err error) GpaLogger ErrorStack(err error, v ...interface{}) ErrorStackf(err error, format string, v ...interface{}) SetLogSQL(log bool) IsLogSQL() bool }
Click to show internal directories.
Click to hide internal directories.