Compare commits
No commits in common. "7207dcc01c4fe51011556dd5db520bb54ad66333" and "ec410198242311ea53da2553efd6e0351adb88d1" have entirely different histories.
7207dcc01c
...
ec41019824
|
@ -40,7 +40,7 @@ public class BasicEventHandler<T> implements ApplicationListener<BasicEvent<T>>
|
||||||
try {
|
try {
|
||||||
l.onEvent(event);
|
l.onEvent(event);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("{}监听器处理事件时发生异常:{}", l.getClass(), e.getMessage());
|
log.error("{}监听器处理事件时发生异常:{}", l, e.getMessage());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue