public abstract class LogType extends Object
newDescription(Map params)
method has to be
implemented to define and handle log type's parameters.LogType.Basic
,
LogType.Description
,
LogTypes
Modifier and Type | Class and Description |
---|---|
static class |
LogType.AttributeInfo |
static class |
LogType.Basic
Basic logtype definition that does not provide any parameters for customization.
|
static class |
LogType.Description
Description of a log format corresponding to a log type.
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
abstract LogType.Description |
newDescription(Map<String,String> params)
Create a new log description customized with parameters.
|
public abstract LogType.Description newDescription(Map<String,String> params)
params
- the parameters to customize the log type definitionCopyright © 2004–2014. All rights reserved.