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

Method Unlock

logger.go:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (mw *MutexWrap) Unlock() {
66 if !mw.disabled {
67 mw.lock.Unlock()
68 }
69}
70
71func (mw *MutexWrap) Disable() {
72 mw.disabled = true

Callers 13

AddHookMethod · 0.80
SetFormatterMethod · 0.80
SetOutputMethod · 0.80
SetReportCallerMethod · 0.80
ReplaceHooksMethod · 0.80
SetBufferPoolMethod · 0.80
logMethod · 0.80
fireHooksMethod · 0.80
writeMethod · 0.80
WriteMethod · 0.80
FireMethod · 0.80

Calls

no outgoing calls

Tested by 2

WriteMethod · 0.64