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)
13
private static readonly Func<
ErrorEventSourceEvent
, Exception?, string> s_formatErrorEvent = FormatErrorEvent;
56
private static string FormatErrorEvent(
ErrorEventSourceEvent
eventSourceEvent, Exception? ex) =>