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

Method log

PCGen-base/code/src/java/pcgen/base/logging/Logging.java:76–79  ·  view source on GitHub ↗

Log an issue for the Logging Processor. @param severity The Severity of the issue to be logged @param message A Supplier of the message to be logged

(Severity severity, Supplier<String> message)

Source from the content-addressed store, hash-verified

74 * A Supplier of the message to be logged
75 */
76 public static void log(Severity severity, Supplier<String> message)
77 {
78 loggingProcessor.accept(severity, message);
79 }
80}

Callers 2

evaluateMethod · 0.95
visitVariableMethod · 0.95

Calls 1

acceptMethod · 0.65

Tested by

no test coverage detected