Class ValuesLogger


  • public final class ValuesLogger
    extends java.lang.Object
    Class for logging the values in a Values object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void log​(java.lang.String templateName, Template template, Values values)
      Log the values for the provided template.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • log

        public static void log​(java.lang.String templateName,
                               Template template,
                               Values values)
        Log the values for the provided template.
        Parameters:
        templateName - the name of the template the values came from
        template - the template object
        values - the resultant values