Beispiel #1
0
 private static void LogException(Exception ex, [CallerLineNumber] int lineNum = 0, [CallerMemberName] string caller = "", [CallerFilePath] string path = "")
 {
     Toolbox.LogException(ex, lineNum, caller, path);
 }