Class JobLogStorage
java.lang.Object
com.aizuda.snailjob.server.job.task.support.log.JobLogStorage
- All Implemented Interfaces:
LogStorage,org.springframework.beans.factory.InitializingBean
@Component
public class JobLogStorage
extends Object
implements LogStorage, org.springframework.beans.factory.InitializingBean
- Since:
- : 3.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogType()voidstorage(LogContentDTO logContentDTO, LogMetaDTO logMetaDTO)
-
Constructor Details
-
JobLogStorage
public JobLogStorage()
-
-
Method Details
-
logType
- Specified by:
logTypein interfaceLogStorage
-
storage
- Specified by:
storagein interfaceLogStorage
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-