public void startTrace(String tag, String msg, int logLevel) {
   startTrace(tag, msg, logLevel, false);
 }