net.sf.logdistiller
Class LogType
java.lang.Object
net.sf.logdistiller.LogType
- Direct Known Subclasses:
- LogType.Basic
public abstract class LogType
- extends Object
Base class for log type implementation. A log type identifies the log format, which can be customized depending on
parameter's values. When defining a new log type, newDescription(Map params)
method has to be
implemented to define and handle log type's parameters.
- See Also:
LogType.Basic
,
LogType.Description
,
LogTypes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogType
protected LogType(String id)
newDescription
public abstract LogType.Description newDescription(Map params)
- Create a new log description customized with parameters.
- Parameters:
params
- the parameters to customize the log type definition
getId
public String getId()
Copyright © 2004-2009. All Rights Reserved.