MCPcopy
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
14type LogrusWriter struct {
15 logger *logrus.Logger
16}
17
18func (w *LogrusWriter) Write(e LogEntry) {
19 if e.Level == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected