This commit is contained in:
wangchuxiao
2023-03-13 10:14:02 +08:00
parent c7a8536278
commit 04068d25cb
4 changed files with 3 additions and 13 deletions
-4
View File
@@ -10,8 +10,4 @@ type Logger interface {
WithValues(keysAndValues ...interface{}) LogrusLogger
WithName(name string) LogrusLogger
WithCallDepth(depth int) LogrusLogger
WithItemSampler() LogrusLogger
// WithoutSampler returns the original logger without sampling
WithoutSampler() LogrusLogger
}