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