예제 #1
0
 public void CustomizeLinkContext(LinkContext context)
 {
     CustomizeContext?.Invoke(context);
     if (ReflectionPatternRecorder != null)
     {
         ReflectionPatternRecorder.LogMessage = context.LogMessage;
     }
 }
예제 #2
0
 public void CustomizeLinkContext(LinkContext context)
 {
     CustomizeContext?.Invoke(context);
 }