Versions in this module Expand all Collapse all v1 v1.0.0 Sep 23, 2020 Changes in this version + func Debug(ctx context.Context, message string) + func Error(ctx context.Context, message, code string) + func ErrorWithStack(ctx context.Context, err error) + func ErrorWithStackWithoutRequestID(ctx context.Context, err error) + func Fatal(ctx context.Context, message, code string) + func FatalErrorWithStack(ctx context.Context, err error, code string) + func GenerateRequestID() string + func HTTPCtxValuesMiddleware(next http.Handler) http.Handler + func HTTPRequestMiddleware() func(next http.Handler) http.Handler + func Info(ctx context.Context, message string) + func Panic(ctx context.Context, message, code string) + func SetDebugLevel() + func SetDisabled() + func SetFatalLevel() + func Warn(ctx context.Context, message string)