MCPcopy Create free account
hub / github.com/coder/envbuilder / Format

Method Format

log/logrus.go:26–29  ·  view source on GitHub ↗
(entry *logrus.Entry)

Source from the content-addressed store, hash-verified

24}
25
26func (f *logrusFormatter) Format(entry *logrus.Entry) ([]byte, error) {
27 f.callback(entry)
28 return f.empty, nil
29}
30
31func ToLogrus(lvl Level) logrus.Level {
32 switch lvl {

Callers 2

runFunction · 0.80
RunCacheProbeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected