Uses of Class
net.sf.logdistiller.LogType.Description

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

Uses of LogType.Description in net.sf.logdistiller
 

Fields in net.sf.logdistiller declared as LogType.Description
protected  LogType.Description LogEvent.Factory.description
           
protected  LogType.Description LogEventTestCase.description
           
 

Methods in net.sf.logdistiller that return LogType.Description
 LogType.Description LogEvent.Factory.getDescription()
           
 LogType.Description LogDistillation.getLogTypeDescription()
           
abstract  LogType.Description LogType.newDescription(Map params)
          Create a new log description customized with parameters.
 LogType.Description LogType.Basic.newDescription(Map params)
           
 

Methods in net.sf.logdistiller with parameters of type LogType.Description
 void LogDistiller.checkLogtypeAttributes(LogType.Description description)
           
 void LogType.Basic.setDescription(LogType.Description description)
           
 

Constructors in net.sf.logdistiller with parameters of type LogType.Description
FactoryMultiplexer(LogType.Description description)
           
FactoryMultiplexer(LogType.Description description, Comparator logeventComparator)
           
LogEvent.Factory(LogType.Description description, String logSource)
           
 

Uses of LogType.Description in net.sf.logdistiller.logtypes
 

Fields in net.sf.logdistiller.logtypes declared as LogType.Description
static LogType.Description SimpleLineLogEvent.DESCRIPTION
           
static LogType.Description JBossLogEvent.DESCRIPTION
           
static LogType.Description SyslogLogEvent.DESCRIPTION
           
static LogType.Description Log4jXmlLogEvent.DESCRIPTION
           
static LogType.Description OracleAlertLogEvent.DESCRIPTION
           
 



Copyright © 2004-2009. All Rights Reserved.