| Package | Description |
|---|---|
| com.google.template.soy.data |
Java representation of Soy data types.
|
| com.google.template.soy.jbcsrc.api | |
| com.google.template.soy.logging | |
| com.google.template.soy.shared.internal |
Internal shared class among multiple backends.
|
| Modifier and Type | Method and Description |
|---|---|
static LogStatement |
LogStatement.create(long id,
com.google.protobuf.Message data,
boolean logOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoggingAdvisingAppendable.BufferingAppendable.doEnterLoggableElement(LogStatement statement)
Called whenever a loggable element is entered.
|
protected abstract void |
AbstractLoggingAdvisingAppendable.doEnterLoggableElement(LogStatement statement) |
LoggingAdvisingAppendable |
ForwardingLoggingAdvisingAppendable.enterLoggableElement(LogStatement statement) |
abstract LoggingAdvisingAppendable |
LoggingAdvisingAppendable.enterLoggableElement(LogStatement statement)
Called whenever a loggable element is entered.
|
AbstractLoggingAdvisingAppendable |
AbstractLoggingAdvisingAppendable.enterLoggableElement(LogStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OutputAppendable.doEnterLoggableElement(LogStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoyLogger.enter(LogStatement statement)
Called when a
velog statement is entered. |
| Modifier and Type | Method and Description |
|---|---|
LoggingAdvisingAppendable |
StreamingEscaper.enterLoggableElement(LogStatement statement) |