MCPcopy
hub / github.com/sirupsen/logrus / getBufferPool

Method getBufferPool

entry.go:267–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (entry *Entry) getBufferPool() (pool BufferPool) {
268 if entry.Logger.BufferPool != nil {
269 return entry.Logger.BufferPool
270 }
271 return bufferPool
272}
273
274func (entry *Entry) fireHooks() {
275 var tmpHooks LevelHooks

Callers 1

logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected