net.sf.logdistiller
Class LogTypes

java.lang.Object
  extended by net.sf.logdistiller.LogTypes
Direct Known Subclasses:
BaseLogTypes

public abstract class LogTypes
extends Object

Definition of available log types. By default, some log types come predefined with LogDistiller. You can add custom log types:

See Also:
LogType

Field Summary
static List ALL
           
static Map MAP
           
 
Constructor Summary
LogTypes()
           
 
Method Summary
abstract  List defineLogTypes()
          get the LogType instances defined by this extension.
static List getAllLogTypes()
          get all the log types defined (predefined and custom).
static LogType getLogType(String id)
           
static String listAllLogTypeIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final List ALL

MAP

public static final Map MAP
Constructor Detail

LogTypes

public LogTypes()
Method Detail

defineLogTypes

public abstract List defineLogTypes()
get the LogType instances defined by this extension.

Returns:
the list of logtypes
See Also:
LogType

getAllLogTypes

public static List getAllLogTypes()
get all the log types defined (predefined and custom).


listAllLogTypeIds

public static String listAllLogTypeIds()

getLogType

public static LogType getLogType(String id)


Copyright © 2004-2009. All Rights Reserved.