Uses of Interface
risesoft.data.transfer.core.log.LoggerFactory
-
Packages that use LoggerFactory Package Description risesoft.data.transfer.core risesoft.data.transfer.core.context risesoft.data.transfer.core.log -
-
Uses of LoggerFactory in risesoft.data.transfer.core
Methods in risesoft.data.transfer.core with parameters of type LoggerFactory Modifier and Type Method Description static JobContextEngine. start(String jobId, Configuration configuration, JobListener jobListener, LoggerFactory loggerFactory)启动任务 -
Uses of LoggerFactory in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return LoggerFactory Modifier and Type Method Description LoggerFactoryJobContext. getLoggerFactory()获取本次任务的日志工厂Methods in risesoft.data.transfer.core.context with parameters of type LoggerFactory Modifier and Type Method Description voidJobContext. setLoggerFactory(LoggerFactory loggerFactory) -
Uses of LoggerFactory in risesoft.data.transfer.core.log
Classes in risesoft.data.transfer.core.log that implement LoggerFactory Modifier and Type Class Description classHandledLoggerFactory根据监听的handle发送对应的事件,当未指定日志工厂时,默认使用此日志工厂。classLocalPrintLoggerFactory本地打印输出的日志记录器工厂Methods in risesoft.data.transfer.core.log with parameters of type LoggerFactory Modifier and Type Method Description voidLogConfig. setLogName(String logName, LoggerFactory loggerFactory)
-