Esempio n. 1
0
 internal static void Contains(this log4net.Core.LoggingEvent logEvent, Scope scope)
 {
     logEvent.Contains(scope.Span.TraceId, scope.Span.SpanId);
 }
 internal static void Contains(this log4net.Core.LoggingEvent logEvent, Scope scope)
 {
     logEvent.Contains(scope.Span.TraceId, scope.Span.SpanId, ServiceName, ServiceEnvironment);
 }