1 write to Formatter
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
51Formatter = (s, e) => formatter((TState)s!, e),
1 reference to Formatter
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\WriteContext.cs (1)
26return Formatter?.Invoke(State, Exception);