MCPcopy
hub / github.com/lonng/nano / Println

Method Println

internal/log/logger.go:30–30  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

28// Logger represents the log interface
29type Logger interface {
30 Println(v ...interface{})
31 Fatal(v ...interface{})
32 Fatalf(format string, v ...interface{})
33}

Callers 15

ListenFunction · 0.80
MulticastMethod · 0.80
BroadcastMethod · 0.80
AddMethod · 0.80
LeaveMethod · 0.80
safecallFunction · 0.80
tryFunction · 0.80
CloseFunction · 0.80
writeMethod · 0.80
readMethod · 0.80
processPacketMethod · 0.80
processMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected