Example #1
0
 public void Trace(string msg, params object[] args)
 {
     _CacheLogMessage(MB2_Log.Trace(msg, args));
 }