public interface LogElementBuilder extends Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
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.