Go module providing simple logging support
Go to file
Jonas Letzbor 331e5a7d7b
Add a method per logging level to logger struct
2023-04-09 09:44:08 +02:00
main Initial commit 2023-04-01 20:03:16 +02:00
.gitignore Initial commit 2023-04-01 20:03:16 +02:00
LICENSE Add license and fix windows build 2023-04-02 12:01:29 +02:00
README.md Initial commit 2023-04-01 20:03:16 +02:00
colors.go Add license and fix windows build 2023-04-02 12:01:29 +02:00
colors_other.go Add license and fix windows build 2023-04-02 12:01:29 +02:00
colors_unix.go Add license and fix windows build 2023-04-02 12:01:29 +02:00
colors_windows.go Initial commit 2023-04-01 20:03:16 +02:00
go.mod Initial commit 2023-04-01 20:03:16 +02:00
go.sum Initial commit 2023-04-01 20:03:16 +02:00
logger.go Add a method per logging level to logger struct 2023-04-09 09:44:08 +02:00

README.md

go-logger

Go module providing simple logging support.

Take a look at main.go for an example.