/// <summary> /// The success. /// </summary> /// <param name="sender"> /// The sender. /// </param> /// <param name="method"> /// The method. /// </param> public static void Success(object sender, string method) { Log4NetLog.Success(sender, method); }
/// <summary> /// The success. /// </summary> /// <param name="method"> /// The method. /// </param> public static void Success(string method) { Log4NetLog.Success(null, method); }