traceSystemProperties

 

public static void traceSystemProperties();

Outputs the current System Properties to trace. Constructs a StringBuffer containing all the data and traces the entire contents in a single statement. This means that the results are all traced without the usual preceding timestamp and class hashcode. (although these will appear on the line above the properties block).


uj12690_