Class KettleLogChannelAppender
java.lang.Object
org.pentaho.di.core.logging.log4j.KettleLogChannelAppender
- All Implemented Interfaces:
org.apache.logging.log4j.core.Appender,org.apache.logging.log4j.core.LifeCycle
public class KettleLogChannelAppender
extends Object
implements org.apache.logging.log4j.core.Appender
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.logging.log4j.core.LifeCycle
org.apache.logging.log4j.core.LifeCycle.State -
Field Summary
FieldsModifier and TypeFieldDescriptionMaps Kettle LogLevels to Log4j LevelsFields inherited from interface org.apache.logging.log4j.core.Appender
ELEMENT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(org.apache.logging.log4j.core.LogEvent event) org.apache.logging.log4j.core.ErrorHandlerorg.apache.logging.log4j.core.Layout<? extends Serializable>getName()org.apache.logging.log4j.core.LifeCycle.StategetState()booleanvoidbooleanbooleanvoidsetHandler(org.apache.logging.log4j.core.ErrorHandler handler) voidstart()voidstop()
-
Field Details
-
LOG_LEVEL_MAP
Maps Kettle LogLevels to Log4j Levels
-
-
Constructor Details
-
KettleLogChannelAppender
-
-
Method Details
-
append
public void append(org.apache.logging.log4j.core.LogEvent event) - Specified by:
appendin interfaceorg.apache.logging.log4j.core.Appender
-
getName
- Specified by:
getNamein interfaceorg.apache.logging.log4j.core.Appender
-
getLayout
- Specified by:
getLayoutin interfaceorg.apache.logging.log4j.core.Appender
-
ignoreExceptions
public boolean ignoreExceptions()- Specified by:
ignoreExceptionsin interfaceorg.apache.logging.log4j.core.Appender
-
getHandler
public org.apache.logging.log4j.core.ErrorHandler getHandler()- Specified by:
getHandlerin interfaceorg.apache.logging.log4j.core.Appender
-
setHandler
public void setHandler(org.apache.logging.log4j.core.ErrorHandler handler) - Specified by:
setHandlerin interfaceorg.apache.logging.log4j.core.Appender
-
getState
public org.apache.logging.log4j.core.LifeCycle.State getState()- Specified by:
getStatein interfaceorg.apache.logging.log4j.core.LifeCycle
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.apache.logging.log4j.core.LifeCycle
-
start
public void start()- Specified by:
startin interfaceorg.apache.logging.log4j.core.LifeCycle
-
stop
public void stop()- Specified by:
stopin interfaceorg.apache.logging.log4j.core.LifeCycle
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceorg.apache.logging.log4j.core.LifeCycle
-
isStopped
public boolean isStopped()- Specified by:
isStoppedin interfaceorg.apache.logging.log4j.core.LifeCycle
-