mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 21:16:00 +08:00
zk
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
type ZkLogger struct{}
|
||||
|
||||
func (l *ZkLogger) Printf(format string, a ...interface{}) {
|
||||
ZInfo(context.Background(), fmt.Sprintf(format, a...))
|
||||
}
|
||||
Reference in New Issue
Block a user