~xenrox/go-log

3cf86abf0512956003247ca884c630d7ed3b5fef — Thorben Günther 8 months ago caa75b5 master
readme: Add deprecation notice
1 files changed, 7 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +7 -2
@@ 1,8 1,13 @@
# [go-log]
# go-log

**Notice**: This package is deprecated and no longer maintained.
Instead [go-utils] logging package should be used, which adds helper
functions to [log/slog].

A simple logging library in Go which supports log levels.

It is implemented as a wrapper around the standard library's [log package].

[go-log]: https://hub.xenrox.net/~xenrox/go-log/
[go-utils]: https://hub.xenrox.net/~xenrox/go-utils/
[log/slog]: https://godocs.io/log/slog
[log package]: https://godocs.io/log