seq-logging Questions

2

Solved

I am trying to read the application name from the App.Config. This is net461 console app. I have added the Serilog.Settings.AppSettings package. And also added the following serilog configs on App....
Secret asked 16/1, 2018 at 11:35

2

Solved

Serilog and Seq works fine when I log from WinForm/web application. I am facing problem only when I am using console application. Without writing Log.CloseAndFlush() it is not working. Following is...
Diocesan asked 16/9, 2017 at 16:16

1

My website uses a docker container, and I host it on Azure using an Azure App Service. I use a Seq log server to centralize logging. How can I send the Docker container logs from my Azure App Servi...

2

Solved

If I have the following class public class Customer { public string Name; } and then have the following log command in Serilog Log.Logger = new LoggerConfiguration() .WriteTo.Console() .Writ...
Transit asked 11/9, 2017 at 9:15

2

I have a Windows Service that processes long running tasks and never shuts down unless forcefully done so (i.e. computer shutdown). I would like to keep the same Serilog instance alive the whole ti...
Layer asked 26/10, 2017 at 16:34
1

© 2022 - 2024 — McMap. All rights reserved.