| Package | Description |
|---|---|
| com.google.template.soy.logging |
| Modifier and Type | Method and Description |
|---|---|
LoggableElement |
LoggableElement.Builder.build() |
LoggableElement |
LoggableElement.Builder.buildPartial() |
static LoggableElement |
LoggableElement.getDefaultInstance() |
LoggableElement |
LoggableElement.getDefaultInstanceForType() |
LoggableElement |
LoggableElement.Builder.getDefaultInstanceForType() |
LoggableElement |
LoggingConfig.getElement(int index)
All the logging elements that are configured for the current compilation
unit.
|
LoggableElement |
LoggingConfig.Builder.getElement(int index)
All the logging elements that are configured for the current compilation
unit.
|
LoggableElement |
LoggingConfigOrBuilder.getElement(int index)
All the logging elements that are configured for the current compilation
unit.
|
static LoggableElement |
LoggableElement.parseDelimitedFrom(InputStream input) |
static LoggableElement |
LoggableElement.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggableElement |
LoggableElement.parseFrom(byte[] data) |
static LoggableElement |
LoggableElement.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggableElement |
LoggableElement.parseFrom(ByteBuffer data) |
static LoggableElement |
LoggableElement.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggableElement |
LoggableElement.parseFrom(com.google.protobuf.ByteString data) |
static LoggableElement |
LoggableElement.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggableElement |
LoggableElement.parseFrom(com.google.protobuf.CodedInputStream input) |
static LoggableElement |
LoggableElement.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LoggableElement |
LoggableElement.parseFrom(InputStream input) |
static LoggableElement |
LoggableElement.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<LoggableElement> |
LoggingConfig.getElementList()
All the logging elements that are configured for the current compilation
unit.
|
List<LoggableElement> |
LoggingConfig.Builder.getElementList()
All the logging elements that are configured for the current compilation
unit.
|
List<LoggableElement> |
LoggingConfigOrBuilder.getElementList()
All the logging elements that are configured for the current compilation
unit.
|
com.google.protobuf.Parser<LoggableElement> |
LoggableElement.getParserForType() |
static com.google.protobuf.Parser<LoggableElement> |
LoggableElement.parser() |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig.Builder |
LoggingConfig.Builder.addElement(int index,
LoggableElement value)
All the logging elements that are configured for the current compilation
unit.
|
LoggingConfig.Builder |
LoggingConfig.Builder.addElement(LoggableElement value)
All the logging elements that are configured for the current compilation
unit.
|
LoggableElement.Builder |
LoggableElement.Builder.mergeFrom(LoggableElement other) |
static LoggableElement.Builder |
LoggableElement.newBuilder(LoggableElement prototype) |
LoggingConfig.Builder |
LoggingConfig.Builder.setElement(int index,
LoggableElement value)
All the logging elements that are configured for the current compilation
unit.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig.Builder |
LoggingConfig.Builder.addAllElement(Iterable<? extends LoggableElement> values)
All the logging elements that are configured for the current compilation
unit.
|