intradoc.common
Class LogDirInfo
java.lang.Object
|
+--intradoc.common.LogDirInfo
- public class LogDirInfo
- extends java.lang.Object
|
Method Summary |
void |
addLogWriter(LogWriter writer)
adds a LogWriter to this object |
void |
buildExtraLogWriter()
builds and adds the extra log writer for this object based on the
config value 'ExtraLogWriterPath' |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_dir
public java.lang.String m_dir
m_prefix
public java.lang.String m_prefix
m_header
public java.lang.String m_header
m_indexPage
public java.lang.String m_indexPage
m_curSuffix
public int m_curSuffix
m_linkPage
public boolean m_linkPage
m_logWriters
public LogWriter[] m_logWriters
- all of the log writers for this object
LogDirInfo
public LogDirInfo()
addLogWriter
public void addLogWriter(LogWriter writer)
- adds a LogWriter to this object
- Parameters:
writer -
buildExtraLogWriter
public void buildExtraLogWriter()
- builds and adds the extra log writer for this object based on the
config value 'ExtraLogWriterPath'
(c) 1996-2005 All rights reserved. Stellent, Inc. |