Class DeferredLogFactory
-
- All Implemented Interfaces:
-
java.util.EventListener,org.springframework.context.ApplicationListener
public class DeferredLogFactory implements ApplicationListener<E>Logging information is recorded before the logging system is initialized, and redirected to the logging system when ApplicationPreparedEvent.
- Since:
2019-05-30
trydofor
-
-
Constructor Summary
Constructors Constructor Description DeferredLogFactory()
-
Method Summary
Modifier and Type Method Description static DeferredLoggetLog(Class<out Object> claz)voidonApplicationEvent(@NotNull() ApplicationPreparedEvent event)-
-
Method Detail
-
onApplicationEvent
void onApplicationEvent(@NotNull() ApplicationPreparedEvent event)
-
-
-
-