(context.Context, slog.Record)
| 116 | |
| 117 | func (n nopSlogHandler) Enabled(context.Context, slog.Level) bool { return false } |
| 118 | func (n nopSlogHandler) Handle(context.Context, slog.Record) error { return nil } |
| 119 | func (n nopSlogHandler) WithAttrs([]slog.Attr) slog.Handler { return n } |
| 120 | func (n nopSlogHandler) WithGroup(string) slog.Handler { return n } |
| 121 |
no outgoing calls