Interface TemplateProcessingTracer


public interface TemplateProcessingTracer
Hooks to monitor as templates run. This may be used to implement profiling, coverage analysis, execution tracing, and other on-the-fly debugging mechanisms.

Use Environment.setTemplateProcessingTracer(TemplateProcessingTracer) to set a tracer for the current environment.

Since:
2.3.33