Go module providing simple logging support
Go to file
Jonas Letzbor 994105e94e
Add cloning of logger and prefix support
2024-04-10 15:08:06 +02:00
main Add cloning of logger and prefix support 2024-04-10 15:08:06 +02: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 Initial commit 2023-04-01 20:03:16 +02:00
colors.go Add cloning of logger and prefix support 2024-04-10 15:08:06 +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
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 Add cloning of logger and prefix support 2024-04-10 15:08:06 +02:00

README.md

go-logger

Go module providing simple logging support.

Take a look at main.go for an example.