public interface SoyLogger
This implements a callback protocol with the foolog syntax.
| Modifier and Type | Method and Description |
|---|---|
void |
enter(LogStatement statement)
Called when a
foolog statement is entered. |
String |
evalLoggingFunction(LoggingFunctionInvocation value) |
void |
exit()
Called when a
foolog statement is exited. |
static final SoyLogger NO_OP
void enter(LogStatement statement)
foolog statement is entered.void exit()
foolog statement is exited.String evalLoggingFunction(LoggingFunctionInvocation value)