MCPcopy Create free account
hub / github.com/linuxkit/linuxkit / String

Method String

pkg/logwrite/logwrite.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (m *LogMessage) String() string {
35 return m.Time.Format(time.RFC3339) + " " + m.Source + " " + m.Msg
36}
37
38// LogFile is where we write LogMessages to
39type LogFile struct {

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.45

Tested by

no test coverage detected