Documentation ¶
Index ¶
- Variables
- func Debugf(template string, args ...interface{})
- func Errorf(template string, args ...interface{})
- func Infof(template string, args ...interface{})
- func InitLogger()
- func Sync()
- func Warnf(template string, args ...interface{})
- func WithBaseContextAndSkipDebugf(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
- func WithBaseContextAndSkipErrorf(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
- func WithBaseContextAndSkipInfof(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
- func WithBaseContextAndSkipWarnf(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
- func WithBaseContextDebugf(bc *commons.BaseContext) func(template string, args ...interface{})
- func WithBaseContextErrorf(bc *commons.BaseContext) func(template string, args ...interface{})
- func WithBaseContextInfof(bc *commons.BaseContext) func(template string, args ...interface{})
- func WithBaseContextWarnf(bc *commons.BaseContext) func(template string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func InitLogger ¶
func InitLogger()
func WithBaseContextAndSkipDebugf ¶ added in v0.0.35
func WithBaseContextAndSkipDebugf(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
func WithBaseContextAndSkipErrorf ¶ added in v0.0.35
func WithBaseContextAndSkipErrorf(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
func WithBaseContextAndSkipInfof ¶ added in v0.0.35
func WithBaseContextAndSkipInfof(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
func WithBaseContextAndSkipWarnf ¶ added in v0.0.35
func WithBaseContextAndSkipWarnf(bc *commons.BaseContext, skip int) func(template string, args ...interface{})
func WithBaseContextDebugf ¶ added in v0.0.3
func WithBaseContextDebugf(bc *commons.BaseContext) func(template string, args ...interface{})
func WithBaseContextErrorf ¶ added in v0.0.3
func WithBaseContextErrorf(bc *commons.BaseContext) func(template string, args ...interface{})
func WithBaseContextInfof ¶ added in v0.0.3
func WithBaseContextInfof(bc *commons.BaseContext) func(template string, args ...interface{})
func WithBaseContextWarnf ¶ added in v0.0.3
func WithBaseContextWarnf(bc *commons.BaseContext) func(template string, args ...interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.