e3.0.0 Tests added, optimization, bug fixes, builder changed.

This commit is contained in:
2025-07-20 18:11:03 -04:00
parent 97b85995e9
commit 98402cce37
43 changed files with 2469 additions and 1373 deletions

View File

@ -29,7 +29,7 @@ import (
func main() {
// Create a new logger instance with default configuration
// Writes to file ./logs/log.log
// Writes to file ./log/log.log
logger := log.NewLogger()
defer logger.Shutdown()
@ -57,7 +57,7 @@ type Service struct {
func NewService() (*Service, error) {
logger := log.NewLogger()
if err := logger.ApplyOverride(
if err := logger.ApplyConfigString(
"directory=/var/log/service",
"name=service",
"format=json",