Skip to content
dstoeckel edited this page Mar 16, 2015 · 2 revisions

Disable Warnings in BALL

C++

// Disable
Log.warn().disableOutput();
BALL::AssignChargeProcessor chp(chargefilename);
S.apply(chp);

// Enable
Log.warn().enableOutput();

Clone this wiki locally