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 String
ERROR_STRING
-
Constructor Summary
Constructors Constructor Description KettleLogLayout()
KettleLogLayout(boolean addTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activateOptions()
String
format(KettleLoggingEvent event)
boolean
ignoresThrowable()
boolean
isTimeAdded()
void
setTimeAdded(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)
-
-