com.ibm.di.log
Class JLOGAppender
java.lang.Object
org.apache.log4j.AppenderSkeleton
org.apache.log4j.WriterAppender
org.apache.log4j.FileAppender
com.ibm.di.log.JLOGAppender
- All Implemented Interfaces:
- org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler
public class JLOGAppender
- extends org.apache.log4j.FileAppender
- implements org.apache.log4j.spi.OptionHandler
Fields inherited from class org.apache.log4j.FileAppender |
bufferedIO, bufferSize, fileAppend, fileName |
Fields inherited from class org.apache.log4j.WriterAppender |
encoding, immediateFlush, qw |
Fields inherited from class org.apache.log4j.AppenderSkeleton |
closed, errorHandler, headFilter, layout, name, tailFilter, threshold |
Methods inherited from class org.apache.log4j.FileAppender |
closeFile, getAppend, getBufferedIO, getBufferSize, getFile, reset, setAppend, setBufferedIO, setBufferSize, setFile, setFile, setQWForFiles |
Methods inherited from class org.apache.log4j.WriterAppender |
append, checkEntryConditions, close, closeWriter, createWriter, getEncoding, getImmediateFlush, requiresLayout, setEncoding, setErrorHandler, setImmediateFlush, setWriter, subAppend, writeFooter, writeHeader |
Methods inherited from class org.apache.log4j.AppenderSkeleton |
addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setLayout, setName, setThreshold |
ROOT_LOG_DIR
public static final String ROOT_LOG_DIR
- See Also:
- Constant Field Values
AL_LOG_DIR
public static final String AL_LOG_DIR
- See Also:
- Constant Field Values
EH_LOG_DIR
public static final String EH_LOG_DIR
- See Also:
- Constant Field Values
LOG_PATH_AL
public static final String LOG_PATH_AL
- See Also:
- Constant Field Values
LOG_PATH_EH
public static final String LOG_PATH_EH
- See Also:
- Constant Field Values
propFileName
public static final String propFileName
ds
public com.ibm.log.mgr.DataStore ds
dsCfg
public com.ibm.log.mgr.DataStoreConfig dsCfg
JLOGAppender
public JLOGAppender()
throws Exception
- Throws:
Exception
JLOGAppender
public JLOGAppender(String aComponentType,
String aComponentName,
String aLogPattern)
throws Exception
- Throws:
Exception
setComponentType
public void setComponentType(String aComponentType)
throws Exception
- Throws:
Exception
getComponentType
public String getComponentType()
throws Exception
- Throws:
Exception
setComponentName
public void setComponentName(String aComponentName)
throws Exception
- Throws:
Exception
getComponentName
public String getComponentName()
throws Exception
- Throws:
Exception
setLogPattern
public void setLogPattern(String aLogPattern)
throws Exception
- Throws:
Exception
getLogPattern
public String getLogPattern()
throws Exception
- Throws:
Exception
setjloglevel
public String setjloglevel()
throws Exception
- Throws:
Exception
getjloglevel
public String getjloglevel()
getFileName
public String getFileName()
activateOptions
public void activateOptions()
- Specified by:
activateOptions
in interface org.apache.log4j.spi.OptionHandler
- Overrides:
activateOptions
in class org.apache.log4j.FileAppender