Class LoggingProcessor

  • All Implemented Interfaces:
    TemplateModelPostProcessor

    public class LoggingProcessor
    extends java.lang.Object
    implements TemplateModelPostProcessor
    This post-processor does not modify the model, but simply does some logging. It is intended for testing purposes only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TemplateModel process​(TemplateModel templateModel, int ppIndex)
      Performs any post-processing on the given TemplateModel as defined by the implementing class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait