>  if (!assertion) _category.error(msg);
> seems to be the most headache free approach. 

Right, but the intention is to mimic whatever log4j does w.r.t. the
assert(boolean,String) method, so we'd want to make the method name is
correct also.

For right now I simply removed the assert() method, we can add it back (in
the above form) whenever the new log4j signature is finalized.

Reply via email to