Пример #1
0
 /// <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);
 }
Пример #2
0
 /// <summary>
 /// The enter.
 /// </summary>
 /// <param name="method">
 /// The method.
 /// </param>
 public static void Enter(string method)
 {
     Log4NetLog.Enter(null, method);
 }