MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / logFormat

Struct logFormat

abineundo/console_windows.go:110–112  ·  view source on GitHub ↗

logFormat specialize for zbp

Source from the content-addressed store, hash-verified

108
109// logFormat specialize for zbp
110type logFormat struct {
111 hasColor bool
112}
113
114// Format implements logrus.Formatter
115func (f logFormat) Format(entry *logrus.Entry) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected