public class NotImplementedElementBuilder extends Object implements LogElementBuilder
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
| NotImplementedElementBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| LogElement | build(String token,
     String param)Builds the log element for the specified token. | 
| int | getOrder() | 
public int getOrder()
public LogElement build(String token, String param)
LogElementBuilderbuild in interface LogElementBuildertoken - The log element marker.param - An optional paramter.