MCPcopy
hub / github.com/aceld/zinx / InfoF

Method InfoF

ziface/ilogger.go:7–7  ·  view source on GitHub ↗

without context

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

5type ILogger interface {
6 //without context
7 InfoF(format string, v ...interface{})
8 ErrorF(format string, v ...interface{})
9 DebugF(format string, v ...interface{})
10

Callers 15

notAliveDefaultFuncFunction · 0.65
StopMethod · 0.65
ListenTcpConnMethod · 0.65
ListenWebsocketConnMethod · 0.65
ListenKcpConnMethod · 0.65
StopMethod · 0.65
ServeMethod · 0.65
AddRouterMethod · 0.65
StartWriterMethod · 0.65
StartReaderMethod · 0.65
finalizerMethod · 0.65
callOnConnStartMethod · 0.65

Implementers 2

zinxDefaultLogzlog/default.go
MyLoggerexamples/zinx_logger/server/my_logger.

Calls

no outgoing calls

Tested by

no test coverage detected