Interface Log4jLayout
-
- All Known Implementing Classes:
Log4jKettleLayout
public interface Log4jLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activateOptions()
String
format(org.apache.logging.log4j.core.LogEvent event)
boolean
ignoresThrowable()
boolean
isTimeAdded()
void
setTimeAdded(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)
-
-