Beispiel #1
0
 /// <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);
 }
Beispiel #2
0
 /// <summary>
 /// The success.
 /// </summary>
 /// <param name="method">
 /// The method.
 /// </param>
 public static void Success(string method)
 {
     Log4NetLog.Success(null, method);
 }