Go module providing simple logging support
Go to file
Jonas Letzbor be6f2692e2
Add support for configuring the logger via environment variables
2023-05-20 09:38:37 +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
env.go Add support for configuring the logger via environment variables 2023-05-20 09:38:37 +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
level.go Add support for configuring the logger via environment variables 2023-05-20 09:38:37 +02:00
logger.go Add support for configuring the logger via environment variables 2023-05-20 09:38:37 +02:00

README.md

go-logger

Go module providing simple logging support.

Take a look at main.go for an example.