Documentation ¶
Index ¶
- type ContextHook
- type Logger
- func (p *Logger) Debug(args ...interface{})
- func (p *Logger) Debugf(format string, args ...interface{})
- func (p *Logger) Debugw(message string, kvs ...interface{})
- func (p *Logger) Error(args ...interface{})
- func (p *Logger) Errorf(format string, args ...interface{})
- func (p *Logger) Errorw(message string, kvs ...interface{})
- func (p *Logger) Fatal(args ...interface{})
- func (p *Logger) Fatalf(format string, args ...interface{})
- func (p *Logger) Fatalw(message string, kvs ...interface{})
- func (p *Logger) Info(args ...interface{})
- func (p *Logger) Infof(format string, args ...interface{})
- func (p *Logger) Infow(message string, kvs ...interface{})
- func (p *Logger) Named(name string) iface.Logger
- func (p *Logger) Panic(args ...interface{})
- func (p *Logger) Panicf(format string, args ...interface{})
- func (p *Logger) Panicw(message string, kvs ...interface{})
- func (p *Logger) Print(depth int, level iface.Level, args ...interface{})
- func (p *Logger) Printf(depth int, level iface.Level, format string, args ...interface{})
- func (p *Logger) Printw(depth int, level iface.Level, message string, kvs ...interface{})
- func (p *Logger) Sync() error
- func (p *Logger) Warn(args ...interface{})
- func (p *Logger) Warnf(format string, args ...interface{})
- func (p *Logger) Warnw(message string, kvs ...interface{})
- func (p *Logger) WithArgs(args ...interface{}) iface.Logger
- func (p *Logger) WithContext(ctx context.Context) iface.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextHook ¶
Click to show internal directories.
Click to hide internal directories.