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
@@ -270,7 +270,7 @@ A Logger instance is used to log messages for an application. Loggers are named,
270
270
using a hierarchical dot and slash separated namespace.
271
271
272
272
For example, the logger named `github.com/procyon-projects` is a parent of the logger
273
-
named `github.com/procyon-projects/logy`.
273
+
named `codnect.io/logy`.
274
274
Similarly, `net` is a parent of `net/http` and an ancestor of `net/http/cookiejar`
275
275
276
276
Logger names can be arbitrary strings, however it's recommended that they are based on the package name or struct name
@@ -288,8 +288,8 @@ which creates a named logger with the name of the package it is called from:
288
288
log:= logy.Get()
289
289
```
290
290
291
-
For example, a logger created in the `github.com/procyon-projects/logy` package would have the
292
-
name `github.com/procyon-projects/logy`.
291
+
For example, a logger created in the `codnect.io/logy` package would have the
292
+
name `codnect.io/logy`.
293
293
294
294
Alternatively, you can use the `logy.Named()` function to create a named logger with a specific name:
295
295
@@ -664,16 +664,16 @@ Here is the benchmark results.
664
664
| apex/log | 14494 ns/op | 53 allocs/op |
665
665
| logrus | 16246 ns/op | 68 allocs/op |
666
666
667
-
See [logy-benchmarks](https://github.com/procyon-projects/logy-benchmarks) for more comprehensive and up-to-date benchmarks.
667
+
See [logy-benchmarks](https://codnect.io/logy-benchmarks) for more comprehensive and up-to-date benchmarks.
668
668
669
669
Stargazers
670
670
-----------
671
-
[](https://github.com/procyon-projects/logy/stargazers)
671
+
[](https://codnect.io/logy/stargazers)
672
672
673
673
Forkers
674
674
-----------
675
-
[](https://github.com/procyon-projects/logy/network/members)
675
+
[](https://codnect.io/logy/network/members)
676
676
677
677
# License
678
678
679
-
Logy is released under [MIT License](https://github.com/procyon-projects/logy/blob/main/LICENSE).
679
+
Logy is released under [MIT License](https://codnect.io/logy/blob/main/LICENSE).
0 commit comments