Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattermost/mattermost
/ logWriter
Struct
logWriter
server/public/shared/mlog/mlog.go:468–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
type
logWriter
struct
{
469
logger *Logger
470
}
471
472
func
(lw *logWriter) Write(p []byte) (int, error) {
473
lw.logger.Info(string(p))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected