| Package | Description |
|---|---|
| com.google.template.soy.logging |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggableElement
Defines a loggable element
|
static class |
LoggableElement.Builder
Defines a loggable element
|
| Modifier and Type | Method and Description |
|---|---|
LoggableElementOrBuilder |
LoggingConfig.getElementOrBuilder(int index)
All the logging elements that are configured for the current compilation
unit.
|
LoggableElementOrBuilder |
LoggingConfig.Builder.getElementOrBuilder(int index)
All the logging elements that are configured for the current compilation
unit.
|
LoggableElementOrBuilder |
LoggingConfigOrBuilder.getElementOrBuilder(int index)
All the logging elements that are configured for the current compilation
unit.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends LoggableElementOrBuilder> |
LoggingConfig.getElementOrBuilderList()
All the logging elements that are configured for the current compilation
unit.
|
List<? extends LoggableElementOrBuilder> |
LoggingConfig.Builder.getElementOrBuilderList()
All the logging elements that are configured for the current compilation
unit.
|
List<? extends LoggableElementOrBuilder> |
LoggingConfigOrBuilder.getElementOrBuilderList()
All the logging elements that are configured for the current compilation
unit.
|