const defaultMaxTraceEntry …
var maxTraceEntry …
func SetMaxTraceEntry(i int32) { … }
func ResetMaxTraceEntryToDefault() { … }
func getMaxTraceEntry() int { … }
type traceEvent …
type TraceEvent …
type ChannelTrace …
func (c *ChannelTrace) copy() *ChannelTrace { … }
func (c *ChannelTrace) append(e *traceEvent) { … }
func (c *ChannelTrace) clear() { … }
type Severity …
const CtUnknown …
const CtInfo …
const CtWarning …
const CtError …
type RefChannelType …
const RefUnknown …
const RefChannel …
const RefSubChannel …
const RefServer …
const RefListenSocket …
const RefNormalSocket …
var refChannelTypeToString …
func (r RefChannelType) String() string { … }
func AddTraceEvent(l grpclog.DepthLoggerV2, e Entity, depth int, desc *TraceEvent) { … }