3 references to Logger
AzureSearch.ApiService (1)
Program.cs (1)
21var logger = app.Logger;
MinimalSample (1)
Program.cs (1)
12app.Logger.LogInformation($"Current process ID: {Environment.ProcessId}");
Seq.ApiService (1)
Program.cs (1)
21app.Logger.LogInformation("Range is between {Min} and {Max}", min, max);