net.sf.logdistiller
Class LogType.Basic
java.lang.Object
net.sf.logdistiller.LogType
net.sf.logdistiller.LogType.Basic
- Enclosing class:
- LogType
public static class LogType.Basic
- extends LogType
Basic logtype definition that does not provide any parameters for customization. It always returns the same
Description instance, which must have been set by calling setDescription(net.sf.logdistiller.LogType.Description)
.
Methods inherited from class net.sf.logdistiller.LogType |
getId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogType.Basic
public LogType.Basic(String id)
setDescription
public void setDescription(LogType.Description description)
newDescription
public LogType.Description newDescription(Map params)
- Description copied from class:
LogType
- Create a new log description customized with parameters.
- Specified by:
newDescription
in class LogType
- Parameters:
params
- the parameters to customize the log type definition
Copyright © 2004-2009. All Rights Reserved.