You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: common/log/with_logger.go
+17-7
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ type withLogger struct {
35
35
36
36
var_Logger= (*withLogger)(nil)
37
37
38
-
// With returns Logger instance that prepend every log entry with tags. If logger implements WithLogger it is used, otherwise every log call will be intercepted.
38
+
// With returns Logger instance that prepend every log entry with tags. If logger implements
39
+
// WithLogger it is used, otherwise every log call will be intercepted.
0 commit comments