Uses of Class
net.sf.logdistiller.LogType

Packages that use LogType
net.sf.logdistiller Main classes for LogDistiller
net.sf.logdistiller.logtypes Parsers for different types of log files. 
 

Uses of LogType in net.sf.logdistiller
 

Subclasses of LogType in net.sf.logdistiller
static class LogType.Basic
          Basic logtype definition that does not provide any parameters for customization.
 

Fields in net.sf.logdistiller declared as LogType
protected  LogType LogEventTestCase.logtype
           
 

Methods in net.sf.logdistiller that return LogType
 LogType LogType.Description.getLogType()
           
static LogType LogTypes.getLogType(String id)
           
 

Constructors in net.sf.logdistiller with parameters of type LogType
LogType.Description(LogType logtype, String[] attributeNames)
          Create a new LogType description.
 

Uses of LogType in net.sf.logdistiller.logtypes
 

Fields in net.sf.logdistiller.logtypes declared as LogType
static LogType BaseLogTypes.JBOSS
           
static LogType BaseLogTypes.LOG4J_XML
           
static LogType SimpleLineLogEvent.LOGTYPE
           
static LogType WeblogicLogEvent.LOGTYPE
           
static LogType JBossLogEvent.LOGTYPE
           
static LogType SyslogLogEvent.LOGTYPE
           
static LogType Log4jXmlLogEvent.LOGTYPE
           
static LogType OracleAlertLogEvent.LOGTYPE
           
static LogType BaseLogTypes.ORACLE_ALERT
           
static LogType BaseLogTypes.SIMPLE_LINE
           
static LogType BaseLogTypes.SYSLOG
           
static LogType BaseLogTypes.WEBLOGIC
           
 



Copyright © 2004-2009. All Rights Reserved.