diff --git a/logger.go b/logger.go index 033dbf6..895d1b1 100644 --- a/logger.go +++ b/logger.go @@ -11,6 +11,8 @@ import ( // Logger is a unified interface for various logging use cases and practices, including: // - leveled logging // - structured logging +// +// Deprecated: use `log/slog` instead. type Logger interface { // Trace logs a Trace event. //