net.sf.logdistiller.logtypes
Class BaseLogTypes

java.lang.Object
  extended by net.sf.logdistiller.LogTypes
      extended by net.sf.logdistiller.logtypes.BaseLogTypes

public class BaseLogTypes
extends LogTypes

Declaration of base logtypes that are shipped with LogDistiller.


Field Summary
static LogType JBOSS
           
static LogType LOG4J_XML
           
static LogType ORACLE_ALERT
           
static LogType SIMPLE_LINE
           
static LogType SYSLOG
           
static LogType WEBLOGIC
           
 
Fields inherited from class net.sf.logdistiller.LogTypes
ALL, MAP
 
Constructor Summary
BaseLogTypes()
           
 
Method Summary
 List defineLogTypes()
          get the LogType instances defined by this extension.
 
Methods inherited from class net.sf.logdistiller.LogTypes
getAllLogTypes, getLogType, listAllLogTypeIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_LINE

public static final LogType SIMPLE_LINE

SYSLOG

public static final LogType SYSLOG

WEBLOGIC

public static final LogType WEBLOGIC

LOG4J_XML

public static final LogType LOG4J_XML
Since:
0.7

ORACLE_ALERT

public static final LogType ORACLE_ALERT
Since:
0.9

JBOSS

public static final LogType JBOSS
Since:
0.9
Constructor Detail

BaseLogTypes

public BaseLogTypes()
Method Detail

defineLogTypes

public List defineLogTypes()
Description copied from class: LogTypes
get the LogType instances defined by this extension.

Specified by:
defineLogTypes in class LogTypes
Returns:
the list of logtypes
See Also:
LogType


Copyright © 2004-2009. All Rights Reserved.