Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerWrapper ¶
type LoggerWrapper struct {
// contains filtered or unexported fields
}
func Logger ¶
func Logger(ctx context.Context) *LoggerWrapper
func (*LoggerWrapper) Debugf ¶
func (l *LoggerWrapper) Debugf(format string, v ...interface{})
func (*LoggerWrapper) Errorf ¶
func (l *LoggerWrapper) Errorf(format string, v ...interface{})
func (*LoggerWrapper) Infof ¶
func (l *LoggerWrapper) Infof(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.