1 instantiation of ErrorEventSourceEvent
Aspire.RabbitMQ.Client (1)
RabbitMQEventSourceLogForwarder.cs (1)
44_logger.Log(level, eventId, new ErrorEventSourceEvent(eventData), null, s_formatErrorEvent);
2 references to ErrorEventSourceEvent
Aspire.RabbitMQ.Client (2)
RabbitMQEventSourceLogForwarder.cs (2)
13private static readonly Func<ErrorEventSourceEvent, Exception?, string> s_formatErrorEvent = FormatErrorEvent; 56private static string FormatErrorEvent(ErrorEventSourceEvent eventSourceEvent, Exception? ex) =>