Interface Log4jLayout
- All Known Implementing Classes:
Log4jKettleLayout
public interface Log4jLayout
-
Method Summary
Modifier and TypeMethodDescriptionvoidformat(org.apache.logging.log4j.core.LogEvent event) booleanbooleanvoidsetTimeAdded(boolean addTime)
-
Method Details
-
format
-
ignoresThrowable
boolean ignoresThrowable() -
activateOptions
void activateOptions() -
isTimeAdded
boolean isTimeAdded() -
setTimeAdded
void setTimeAdded(boolean addTime)
-