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