parent
43ece4c10f
commit
f22674a0b2
3 changed files with 450 additions and 405 deletions
@ -1,7 +0,0 @@ |
|||||||
# Apex |
|
||||||
|
|
||||||
Structured logging package for Go. |
|
||||||
|
|
||||||
Visit the following resources to learn more: |
|
||||||
|
|
||||||
- [GitHub Repository](https://github.com/apex/log) |
|
@ -0,0 +1,5 @@ |
|||||||
|
# log/slog |
||||||
|
|
||||||
|
The `log` package is the standard logging package in Go. It provides a simple logging API that can be used to log messages to the console or to a file. |
||||||
|
|
||||||
|
Learn more about the `log` package in the [official documentation](https://pkg.go.dev/log). |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue