Searched defs:fastTextHandler (Results 1 – 1 of 1) sorted by relevance
26 type fastTextHandler struct { struct27 w io.Writer34 func (h *fastTextHandler) Enabled(context.Context, slog.Level) bool { return true }36 func (h *fastTextHandler) Handle(_ context.Context, r slog.Record) error {62 func (h *fastTextHandler) appendValue(buf *buffer.Buffer, v slog.Value) {91 func (h *fastTextHandler) appendTime(buf *buffer.Buffer, t time.Time) {95 func (h *fastTextHandler) WithAttrs([]slog.Attr) slog.Handler {99 func (*fastTextHandler) WithGroup(string) slog.Handler {