log/slog/internal/buffer.Buffer.WriteString (method, view implemented interface methods)

12 uses

	log/slog/internal/buffer (current package)
		buffer.go#L46: func (b *Buffer) WriteString(s string) (int, error) {

	log/slog
		handler.go#L116: 	buf.WriteString(r.Level.String())
		handler.go#L118: 	buf.WriteString(r.Message)
		handler.go#L240: 	state.prefix.WriteString(h.groupPrefix)
		handler.go#L329: 		s.buf.WriteString(s.sep)
		handler.go#L341: 		s.prefix.WriteString(s.h.groupPrefix)
		handler.go#L439: 		s.prefix.WriteString(name)
		handler.go#L538: 	s.buf.WriteString(s.sep)
		handler.go#L562: 		buf.WriteString(x)
		handler.go#L563: 		buf.WriteString(y)
		handler.go#L580: 			s.buf.WriteString(str)
		text_handler.go#L114: 			s.buf.WriteString(strconv.Quote(string(bs)))