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

Struct wrappedStdLogger

log.go:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109type wrappedStdLogger struct {
110 StdLogger
111}
112
113func (l wrappedStdLogger) QmlOutput(msg LogMessage) error {
114 return l.Output(0, msg.String())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected