Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattermost/mattermost
/ LogrusWriter
Struct
LogrusWriter
server/cmd/mmctl/printer/human/logrus_writer.go:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
)
13
14
type
LogrusWriter
struct
{
15
logger *logrus.Logger
16
}
17
18
func
(w *LogrusWriter) Write(e LogEntry) {
19
if
e.Level ==
""
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected