github.com/mailru/activerecord@v1.12.2/pkg/iproto/context/ctxlog/ctxlog.go (about) 1 // Package ctxlog contains utilities for logging accordingly to context.Context. 2 package ctxlog 3 4 type Context interface { 5 LogPrefix() string 6 }