1 instantiation of EventSourceEvent
Aspire.RabbitMQ.Client (1)
RabbitMQEventSourceLogForwarder.cs (1)
53_logger.Log(level, eventId, new EventSourceEvent(eventData), null, s_formatEvent);
2 references to EventSourceEvent
Aspire.RabbitMQ.Client (2)
RabbitMQEventSourceLogForwarder.cs (2)
14private static readonly Func<EventSourceEvent, Exception?, string> s_formatEvent = FormatEvent; 60private static string FormatEvent(EventSourceEvent eventSourceEvent, Exception? ex) =>