MCPcopy Create free account
hub / github.com/DOSNetwork/core / logger

Struct logger

log/logger.go:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type logger struct {
53 entry *logrus.Entry
54}
55
56func (l *logger) New(key string, value interface{}) Logger {
57 if l.entry != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected