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