dev 2
This commit is contained in:
10
go-client/apps/zt/logic/log.go
Normal file
10
go-client/apps/zt/logic/log.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package logic
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
)
|
||||
|
||||
func logf(level, format string, args ...any) {
|
||||
log.Printf("[%s] %s", level, fmt.Sprintf(format, args...))
|
||||
}
|
||||
Reference in New Issue
Block a user