trace(String traceID, Class caller, String message, Throwable e) Messages that only engage if getDefault().isDebugging() and the trace option traceID is true.
Available trace options can be found in the Trace class.
Messages that only engage if getDefault().isDebugging() and the trace option traceID is true.
Available trace options can be found in the Trace class. (They must also be part of the .options file)
Adds the name of the caller class to the message.
Parameters: caller - class of the object doing the trace. Parameters: message - tracing message, may be null. Parameters: e - exception, may be null.