MCPcopy
hub / github.com/go-qml/qml / QmlOutput

Method QmlOutput

log.go:113–115  ·  view source on GitHub ↗
(msg LogMessage)

Source from the content-addressed store, hash-verified

111}
112
113func (l wrappedStdLogger) QmlOutput(msg LogMessage) error {
114 return l.Output(0, msg.String())
115}
116
117type logMessage struct {
118 c *C.LogMessage

Callers

nothing calls this directly

Calls 2

OutputMethod · 0.80
StringMethod · 0.65

Tested by

no test coverage detected