Class Report


  • public class Report
    extends Object
    A class representing a functional log, consisting of a key identifying the report, a map of TypedValue indexed by their keys, and a default report message string, which may contain references to those values or to the values of corresponding Reporter.
    Author:
    Florian Dupuy
    • Constructor Detail

      • Report

        public Report​(String reportKey,
                      String defaultMessage,
                      Map<String,​TypedValue> values)
        Constructor
        Parameters:
        reportKey - a key identifying the current report
        defaultMessage - the default report message, which may contain references to the provided values or to the values of corresponding Reporter.
        values - a map of TypedValue indexed by their key, which may be referred to within the defaultMessage provided