This commit is contained in:
2024-05-22 14:52:20 -07:00
parent 7e0266aefc
commit 29c31d44f8
5 changed files with 43 additions and 36 deletions

View File

@@ -3,6 +3,6 @@ package simplelog
import "log/slog"
// Handler defines the interface for different log outputs.
type Handler interface {
type ExtendedHandler interface {
slog.Handler
}