예제 #1
0
 public static LogField MethodExecuting(this LogField logField)
 {
     return(logField?.Event("Method Executing"));
 }