#335 change name options
This commit is contained in:
parent
e82e793525
commit
e8f48f2099
@ -183,7 +183,8 @@ func WithMicroKeys() Option {
|
||||
}
|
||||
}
|
||||
|
||||
func WithIncCallerSkipCount(n int) Option {
|
||||
// WithAddCallerSkipCount add skip count for copy logger
|
||||
func WithAddCallerSkipCount(n int) Option {
|
||||
return func(o *Options) {
|
||||
o.CallerSkipCount += n
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user