MCPcopy Create free account
hub / github.com/PCGen/pcgen / logSystemProps

Method logSystemProps

code/src/java/pcgen/system/Main.java:94–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 private static void logSystemProps()
95 {
96 StringBuilder builder = new StringBuilder(System.lineSeparator() + "-- listing properties --");
97 System.getProperties().forEach((key, value) -> builder.append(System.lineSeparator()).append(key).append("=").append(value));
98 Logging.log(Level.CONFIG, builder.toString());
99 }
100
101 /**
102 * @param args the command line arguments

Callers 1

mainMethod · 0.95

Calls 4

logMethod · 0.95
forEachMethod · 0.80
toStringMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected