| java.lang.Object org.apache.geronimo.tomcat.TomcatLogManagerImpl
TomcatLogManagerImpl | public class TomcatLogManagerImpl implements TomcatLogManager(Code) | | Tomcat implementation of the WebAccessLog management interface.
version: $Rev: 476049 $ $Date: 2006-11-16 20:35:17 -0800 (Thu, 16 Nov 2006) $ |
Inner Class :static class PatternFilenameFilter implements FilenameFilter | |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
TomcatLogManagerImpl | public TomcatLogManagerImpl(ServerInfo serverInfo, Collection logGbeans)(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
getLogFileNames | public String[] getLogFileNames(String logName)(Code) | | Gets the names of all log files for this log name.
Parameters: logName - The name of the log for which to return the specific file names. An array of log file names |
getLogNames | public String[] getLogNames()(Code) | | Gets the name of all logs used by this system. Typically there
is only one, but specialized cases may use more.
An array of all log names |
|
|