Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
func
(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
39
type
LogFile
struct
{
Callers
nothing calls this directly
Calls
1
Format
Method · 0.45
Tested by
no test coverage detected