Interface Log4jLayout
-
- All Known Implementing Classes:
Log4jKettleLayout
public interface Log4jLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivateOptions()Stringformat(org.apache.logging.log4j.core.LogEvent event)booleanignoresThrowable()booleanisTimeAdded()voidsetTimeAdded(boolean addTime)
-
-
-
Method Detail
-
format
String format(org.apache.logging.log4j.core.LogEvent event)
-
ignoresThrowable
boolean ignoresThrowable()
-
activateOptions
void activateOptions()
-
isTimeAdded
boolean isTimeAdded()
-
setTimeAdded
void setTimeAdded(boolean addTime)
-
-