Package de.hybris.platform.cronjob.jalo
Class Job.JobFileLogContainer
java.lang.Object
de.hybris.platform.cronjob.jalo.Job.JobFileLogContainer
- Enclosing class:
- Job
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJobFileLogContainer(org.apache.log4j.Level level, String fileName) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidcleanup()protected org.apache.log4j.LevelgetLevel()protected final DataInputStreamProvides the complete logs as data input stream.protected final booleanisClosed()protected final booleanisEnabledFor(org.apache.log4j.Level level) protected final void
-
Constructor Details
-
JobFileLogContainer
-
-
Method Details
-
getLevel
protected org.apache.log4j.Level getLevel() -
getLogData
Provides the complete logs as data input stream. This method may only be called after finishing copying since logging is no longer possible afterwards! -
cleanup
protected final void cleanup() -
log
-
isEnabledFor
protected final boolean isEnabledFor(org.apache.log4j.Level level) -
isClosed
protected final boolean isClosed()
-