Compare commits

..

2 Commits
v0.0.7 ... main

Author SHA1 Message Date
610b27a6cd update ssgo/log 2025-12-12 12:13:22 +08:00
53cddb12f2 auto start and stop logger writer 2025-12-03 11:01:14 +08:00
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@ -3,8 +3,8 @@ module apigo.cc/gojs/log
go 1.24.0
require (
apigo.cc/gojs v0.0.30
github.com/ssgo/log v1.7.9
apigo.cc/gojs v0.0.31
github.com/ssgo/log v1.7.10
github.com/ssgo/u v1.7.23
)

2
log.go
View File

@ -58,6 +58,8 @@ func init() {
log.Wait()
},
})
log.Start()
}
func getObjects(args *gojs.Arr) []any {