Go module providing simple logging support
Go to file
Jonas Letzbor 2ab5cc251a
Fix link in README.md
2024-10-31 10:04:19 +01:00
cmd Do not use [fmt.Sprintf] if no replacement arguments were provided 2024-10-31 10:01:54 +01:00
.gitignore Add date to log file path and source file settings out 2023-09-01 15:08:00 +02:00
LICENSE Add license and fix windows build 2023-04-02 12:01:29 +02:00
README.md Fix link in README.md 2024-10-31 10:04:19 +01:00
colors.go Do not use [fmt.Sprintf] if no replacement arguments were provided 2024-10-31 10:01:54 +01: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
file.go Add cloning of logger and prefix support 2024-04-10 15:08:06 +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 Rename level from 'WARNING' to 'WARN' 2023-08-14 14:51:25 +02:00
logger.go Do not use [fmt.Sprintf] if no replacement arguments were provided 2024-10-31 10:01:54 +01:00

README.md

go-logger

Go module providing simple logging support.

Take a look at main.go for an example.