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