MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / SetLogger

Method SetLogger

evidence/pool.go:243–245  ·  view source on GitHub ↗

SetLogger sets the Logger.

(l log.Logger)

Source from the content-addressed store, hash-verified

241
242// SetLogger sets the Logger.
243func (evpool *Pool) SetLogger(l log.Logger) {
244 evpool.logger = l
245}
246
247// Size returns the number of evidence in the pool.
248func (evpool *Pool) Size() uint32 {

Calls

no outgoing calls