MCPcopy Create free account
hub / github.com/Cyinx/einx / Recover

Method Recover

slog/slog_write.go:150–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148}
149
150func (this *LogWriter) Recover() {
151 if r := recover(); r != nil {
152 LogError("log_manager", "log worker recover[%v]", r)
153 debug.PrintStack()
154 go this.Run(false)
155 }
156}
157
158func (this *LogWriter) syncLog() {
159 for _, filter := range this.filter {

Callers 1

RunMethod · 0.95

Calls 2

RunMethod · 0.95
LogErrorFunction · 0.85

Tested by

no test coverage detected