Documentation
¶
Index ¶
- func InitGlobalLogger(cfg *config.Log)
- type SubLogger
- func (sl *SubLogger) Debug(msg string, keyvals ...interface{})
- func (sl *SubLogger) Error(msg string, keyvals ...interface{})
- func (sl *SubLogger) Fatal(msg string, keyvals ...interface{})
- func (sl *SubLogger) Info(msg string, keyvals ...interface{})
- func (sl *SubLogger) Panic(msg string, keyvals ...interface{})
- func (sl *SubLogger) Trace(msg string, keyvals ...interface{})
- func (sl *SubLogger) Warn(msg string, keyvals ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitGlobalLogger ¶
Types ¶
type SubLogger ¶
type SubLogger struct {
// contains filtered or unexported fields
}
func NewSubLogger ¶
Click to show internal directories.
Click to hide internal directories.