public interface LoggingFunction extends SoyFunction
Unlike a SoyJsSrcFunction or a SoyJavaFunction the author of a LoggingFunction
does not implement the function logic here, but instead it will be implemented by a user supplied
logging plugin at render time.
| Modifier and Type | Method and Description |
|---|---|
String |
getPlaceholder()
A static placeholder that can be used in place of the real implementation in the logging
plugin.
|
getName, getValidArgsSizesString getPlaceholder()