No description
Find a file
2025-05-07 17:47:15 +02:00
.gitignore Add Textmate cache files to gitignore 2013-06-24 17:19:53 +02:00
.gitlab-ci.yml ci: add linting and coverage 2022-05-31 12:30:30 +02:00
.golangci.yml chore: update golangci-lint.yml to v2 2025-05-07 17:18:18 +02:00
backend.go fix: syslog and file backends always returned errors on write 2022-06-03 11:03:59 +02:00
backend_syslog_unix.go fix: fix the use of syslog on darwin 2025-05-07 17:18:18 +02:00
backend_test.go fix: syslog and file backends always returned errors on write 2022-06-03 11:03:59 +02:00
CHANGELOG.md chore: add 0.5 to changelog 2025-05-07 17:47:15 +02:00
go.mod fix: syslog and file backends always returned errors on write 2022-06-03 11:03:59 +02:00
go.sum fix: syslog and file backends always returned errors on write 2022-06-03 11:03:59 +02:00
LICENSE Add LICENSE 2019-04-14 01:11:55 +00:00
logger.go feat: add trhee log levels 2022-05-31 16:04:07 +02:00
logging.go feat: The default formatter now prints timestamps with microseconds 2025-05-07 17:18:18 +02:00
logging_test.go feat: The default formatter now prints timestamps with microseconds 2025-05-07 17:18:18 +02:00
record.go lint: add golangci-lint error and fix errors 2022-05-31 12:23:48 +02:00