Searched defs:TextHandler (Results 1 – 4 of 4) sorted by relevance
21 type TextHandler struct { struct22 *commonHandler44 func (h *TextHandler) Enabled(_ context.Context, level Level) bool {50 func (h *TextHandler) WithAttrs(attrs []Attr) Handler {54 func (h *TextHandler) WithGroup(name string) Handler {94 func (h *TextHandler) Handle(_ context.Context, r Record) error {
108 TEST(TextHandler, PreserveNumericIds) { in TEST() argument