Package org.pentaho.di.core.logging
Class KettleLogLayout
- java.lang.Object
-
- org.pentaho.di.core.logging.KettleLogLayout
-
public class KettleLogLayout extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_STRING
-
Constructor Summary
Constructors Constructor Description KettleLogLayout()KettleLogLayout(boolean addTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateOptions()Stringformat(KettleLoggingEvent event)booleanignoresThrowable()booleanisTimeAdded()voidsetTimeAdded(boolean addTime)
-
-
-
Field Detail
-
ERROR_STRING
public static final String ERROR_STRING
- See Also:
- Constant Field Values
-
-
Method Detail
-
format
public String format(KettleLoggingEvent event)
-
ignoresThrowable
public boolean ignoresThrowable()
-
activateOptions
public void activateOptions()
-
isTimeAdded
public boolean isTimeAdded()
-
setTimeAdded
public void setTimeAdded(boolean addTime)
-
-