net.sf.logdistiller
Class LogDistiller.LogType
java.lang.Object
net.sf.logdistiller.LogDistiller.LogType
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LogDistiller
public static class LogDistiller.LogType
- extends Object
- implements Serializable
Definition of the log type used for this logdistiller configuration, with its parameters.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogDistiller.LogType
public LogDistiller.LogType(String id,
Map params,
Attributes attributes)
getId
public String getId()
getParams
public Map getParams()
getParam
public String getParam(String name)
getParam
public String getParam(String name,
String defaultValue)
getExtensions
public Attributes.Extension[] getExtensions()
- Returns:
- extensions (not
null
) - Since:
- 1.1
getExtensionsCount
public int getExtensionsCount()
- Since:
- 1.1
getAttributes
public Attributes getAttributes()
- Since:
- 1.1
Copyright © 2004-2009. All Rights Reserved.