MklException(string msg, string caller, string file, int?line) : base(AppMsg.define($"{msg} {caller} {file} {line}", LogLevel.Error)) { }
/// <summary> /// Submits a diagnostic message to the queue related to performance/benchmarking /// </summary> /// <param name="msg">The message to submit</param> protected void TracePerf(string msg) { Trace(AppMsg.define($"{msg}", LogLevel.Status)); }