MCPcopy Create free account
hub / github.com/Z3Prover/z3 / ToggleWarningMessages

Method ToggleWarningMessages

src/api/java/Global.java:84–88  ·  view source on GitHub ↗

Enable/disable printing of warning messages to the console. Remarks: Note that this function is static and effects the behaviour of all contexts globally.

(boolean enabled)

Source from the content-addressed store, hash-verified

82 * globally.
83 **/
84 public static void ToggleWarningMessages(boolean enabled)
85
86 {
87 Native.toggleWarningMessages((enabled));
88 }
89
90 /**
91 * Enable tracing messages tagged as `tag' when Z3 is compiled in debug mode.

Callers 6

logicExampleMethod · 0.95
mainMethod · 0.95
logicExampleMethod · 0.45
mainMethod · 0.45
LogicExampleMethod · 0.45
MainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected