Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
109
type
wrappedStdLogger
struct
{
110
StdLogger
111
}
112
113
func
(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