#335 caller skip count. #338

Merged
vtolstov merged 3 commits from :#335 into master 2024-04-15 13:31:15 +03:00
Showing only changes of commit d5fdbefa49 - Show all commits

View File

@@ -214,7 +214,8 @@ func WithMicroKeys() options.Option {
} }
} }
func WithIncCallerSkipCount(n int) options.Option { // WithAddCallerSkipCount add skip count for copy logger
func WithAddCallerSkipCount(n int) options.Option {
return func(src interface{}) error { return func(src interface{}) error {
c, err := options.Get(src, ".CallerSkipCount") c, err := options.Get(src, ".CallerSkipCount")
if err != nil { if err != nil {