/// <summary> /// Print Exception. /// </summary> public static void Exception(Exception e) { LogException.Raise(e); }