#335 change name options
This commit is contained in:
parent
b0879be9f6
commit
d5fdbefa49
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user