org.pentaho.di.core.logging
Interface Log4JLayoutInterface

All Known Implementing Classes:
Log4jKettleLayout

public interface Log4JLayoutInterface


Method Summary
 void activateOptions()
           
 String format(org.apache.log4j.spi.LoggingEvent event)
           
 boolean ignoresThrowable()
           
 boolean isTimeAdded()
           
 void setTimeAdded(boolean addTime)
           
 

Method Detail

format

String format(org.apache.log4j.spi.LoggingEvent event)

ignoresThrowable

boolean ignoresThrowable()

activateOptions

void activateOptions()

isTimeAdded

boolean isTimeAdded()

setTimeAdded

void setTimeAdded(boolean addTime)