getConfigInfo

public static String getConfigInfo()

Returns a human readable string describing the platform and its configuration. This should contain everything a human would need to see to check that the Platform was configured as expected. It should contain the platform name along with any configurable elements (e.g. plugin services) and their settings. It is recommended (though not required) that this string is formatted with one piece of configuration per line in a tabular format, such as:


platform: <human readable name>
formatter: com.example.logging.FormatterPlugin
formatter.foo: <"foo" settings for the formatter plugin>
formatter.bar: <"bar" settings for the formatter plugin>
It is not required that this string be machine parseable (though it should be stable).