Skip to content

Commit d0ef590

Browse files
authored
chore: fix deprecated comment on WithLogger (#22)
1 parent d6bf4b0 commit d0ef590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options.go

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
type Option func(l *logger)
99

1010
// WithLogger defines a custom logger to use
11+
//
1112
// Deprecated: Use WithHandler instead
1213
func WithLogger(log *slog.Logger) Option {
1314
return func(l *logger) {

0 commit comments

Comments
 (0)