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: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,33 @@
2
2
3
3
this repo contains a couple possible integrations with go.uber.org/zap
4
4
5
-
6
5
## log
7
6
8
-
The `log` package allows you to call the same `funcs` as with `zap`, but those will now also log on opentracing if you give a `context` or `span` as parameter.
7
+
The `log` package allows you to call the same `funcs` as with `zap`, but those will now also log on opentracing if you
8
+
give a `context` or `span` as parameter.
9
9
10
-
### Example Usages:
10
+
### Example Usages
11
11
12
12
Import the package and use it as your `log` package:
The `utils` package provides a function to translate a `zap` field into a standard `opentracing` field. Those two are almost similar (in implementation and concept)
33
+
The `utils` package provides a function to translate a `zap` field into a standard `opentracing` field. Those two are
0 commit comments