type log/slog.Record

17 uses

	log/slog (current package)
		handler.go#L65: 	Handle(context.Context, Record) error
		handler.go#L114: func (h *defaultHandler) Handle(ctx context.Context, r Record) error {
		handler.go#L270: func (h *commonHandler) handle(r Record) error {
		handler.go#L326: func (s *handleState) appendNonBuiltIns(r Record) {
		handler.go#L642: func (dh discardHandler) Handle(context.Context, Record) error { return nil }
		json_handler.go#L88: 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#L220: func (r Record) Source() *Source {
		text_handler.go#L92: func (h *TextHandler) Handle(_ context.Context, r Record) error {