Stellent
HowToComponents
JavaDoc

intradoc.common
Class LogDirInfo

java.lang.Object
  |
  +--intradoc.common.LogDirInfo

public class LogDirInfo
extends java.lang.Object


Field Summary
 int m_curSuffix
           
 java.lang.String m_dir
           
 java.lang.String m_header
           
 java.lang.String m_indexPage
           
 boolean m_linkPage
           
 LogWriter[] m_logWriters
          all of the log writers for this object
 java.lang.String m_prefix
           
 
Constructor Summary
LogDirInfo()
           
 
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
 

Field Detail

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

Constructor Detail

LogDirInfo

public LogDirInfo()
Method Detail

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.