feat(Logger): add slog based logger

This commit is contained in:
2025-01-12 12:52:07 +01:00
parent b820a75f5e
commit 3f7ef2e0c2
3 changed files with 61 additions and 0 deletions

View File

@@ -20,3 +20,5 @@ type FileLoggerImpl struct {
filepath string
initfilepath string
}
type SlogLoggerImpl struct{}