type log/slog.Record

17 uses

	log/slog (current package)
		handler.go#L60: 	Handle(context.Context, Record) error
		handler.go#L109: func (h *defaultHandler) Handle(ctx context.Context, r Record) error {
		handler.go#L265: func (h *commonHandler) handle(r Record) error {
		handler.go#L317: func (s *handleState) appendNonBuiltIns(r Record) {
		handler.go#L613: func (dh discardHandler) Handle(context.Context, Record) error { return nil }
		json_handler.go#L90: func (h *JSONHandler) Handle(_ context.Context, r Record) error {
		record.go#L20: type Record struct {
		record.go#L58: func NewRecord(t time.Time, level Level, msg string, pc uintptr) Record {
		record.go#L59: 	return Record{
		record.go#L70: func (r Record) Clone() Record {
		record.go#L76: func (r Record) NumAttrs() int {
		record.go#L82: func (r Record) Attrs(f func(Attr) bool) {
		record.go#L97: func (r *Record) AddAttrs(attrs ...Attr) {
		record.go#L129: func (r *Record) Add(args ...any) {
		record.go#L218: func (r Record) source() *Source {
		text_handler.go#L94: func (h *TextHandler) Handle(_ context.Context, r Record) error {