package simplelog
import "log/slog"
// Handler defines the interface for different log outputs.
type Handler interface {
slog.Handler
}