public interface LogElementBuilder
Modifier and Type | Method and Description |
---|---|
LogElement |
build(java.lang.String token,
java.lang.String param)
Builds the log element for the specified token.
|
LogElement build(java.lang.String token, java.lang.String param)
token
- The log element marker.param
- An optional paramter.