mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:47:33 +00:00
bla
This commit is contained in:
@@ -5,3 +5,7 @@ import "log/slog"
|
||||
type Logger struct {
|
||||
*slog.Logger
|
||||
}
|
||||
|
||||
func NewLogger(logger *slog.Logger) *Logger {
|
||||
return &Logger{Logger: logger}
|
||||
}
|
||||
|
Reference in New Issue
Block a user