MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / GetLogger

Method GetLogger

user/event_processor/processer.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (this *EventProcessor) GetLogger() *log.Logger {
28 return this.logger
29}
30
31func (this *EventProcessor) init() {
32 this.incoming = make(chan event.IEventStruct, MAX_INCOMING_CHAN_LEN)

Callers 2

dispatchMethod · 0.95
parserEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected