public class LogVisitor extends java.lang.Object implements LoggableVisitor
Constructor and Description |
---|
LogVisitor() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getLines()
Returns the lines to log (this is filled after visiting the nodes)
|
void |
visit(LoggableValue value)
Performs the required operation on the given loggable value
|
public void visit(@NotNull LoggableValue value)
LoggableVisitor
visit
in interface LoggableVisitor
value
- The value to visit@NotNull public java.util.List<java.lang.String> getLines()