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)
14
private static readonly Func<
EventSourceEvent
, Exception?, string> s_formatEvent = FormatEvent;
60
private static string FormatEvent(
EventSourceEvent
eventSourceEvent, Exception? ex) =>