Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetHandler ¶
Types ¶
type Logger ¶
type Logger interface { Let(ctx ...interface{}) Logger With(ctx context.Context) Logger At(names ...string) Logger Stack() Logger Debug(msg string, ctx ...interface{}) Info(msg string, ctx ...interface{}) Warn(msg string, ctx ...interface{}) Error(msg string, ctx ...interface{}) Crit(msg string, ctx ...interface{}) }
type LoggerBuilder ¶
type LoggerBuilder interface { Let(args ...interface{}) LoggerBuilder With(ctx context.Context) LoggerBuilder At(names ...string) LoggerBuilder Build() Logger }
func Builder ¶
func Builder() LoggerBuilder
Click to show internal directories.
Click to hide internal directories.