Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2025 Changes in this version + const TraceID + const Username + func CreateLogger(cfg Config) zerolog.Logger + func GetLogger(cfg Config) zerolog.Logger + func HttpMiddleware(cfg Config, next http.Handler) http.Handler + func StreamInterceptor(cfg Config) grpc.StreamServerInterceptor + func UnaryInterceptor(cfg Config) grpc.UnaryServerInterceptor + func WithTraceID(ctx context.Context, t string) context.Context + func WithUsername(ctx context.Context, t string) context.Context + type Config struct + Json bool + Level string