feat: deprecate logger interface

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2023-09-12 00:48:37 +02:00
parent ea83533469
commit 2d2cd1f668
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E

View file

@ -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.
//