e1.4.4 Fix module path and dependency issues, compatibility package added.

This commit is contained in:
2025-07-08 22:13:11 -04:00
parent 7ce7158841
commit ccbe65bf40
22 changed files with 776 additions and 29 deletions

View File

@ -1,4 +1,4 @@
// --- File: logger.go ---
// FILE: logger.go
package log
import (
@ -9,7 +9,7 @@ import (
"sync"
"time"
"github.com/LixenWraith/config"
"github.com/lixenwraith/config"
)
// Logger is the core struct that encapsulates all logger functionality