internal logging library

This commit is contained in:
2026-01-12 23:21:52 -07:00
parent ee2808f8a1
commit 851234d9fa
18 changed files with 349 additions and 159 deletions
-7
View File
@@ -1,7 +0,0 @@
package consts
import "log/slog"
const (
LevelTrace slog.Level = slog.LevelDebug - 4
)