public interface LoggableVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(LoggableValue value)
Performs the required operation on the given loggable value
|
void visit(@NotNull LoggableValue value)
value
- The value to visit