public static void DebugLog(Exception ex) { DebugVS(ex); ILog log = new Log4Api(); log.DebugLog(ex); }
public static void DebugLog(string msg) { DebugVS(msg); ILog log = new Log4Api(); log.DebugLog(msg); }