Top "Serilog" questions

Serilog is a .NET library which provides diagnostic logging to files, the console, and so-on.

Serilog not writing to File (.net core 2.2)

I am writing a web service that is using Serilog. I was having problems getting files to write out (but …

c# logging .net-core serilog
How to override ASP.NET Core configuration array settings using environment variables

TL;DR In an ASP.NET Core app, I have an appsettings.json config file which uses a JSON array …

configuration asp.net-core .net-core serilog
Serilog : Log to different files

I am logging events of all types to single Json file irrespective of LogLevel. Now I have a requirement to …

c# serilog
Serilog and .NET Core 2.1 HostBuilder Configuration

I'm using the .NET Core 2.1 HostBuilder class to set up and run a GRPC server and am having trouble getting …

c# serilog .net-core-2.1
Serilog GUI for desktop

Serilog is a logging library that has Sinks (adapters) to many log viewing/analysis services (like Glimpse or Loggly). That …

winforms logging wpf-controls desktop-application serilog
How to Log to Elastic Search by NLog or SeriLog with authentications

We are currently use azure scale set (many VMs on one source group with load balance and one availability set), …

asp.net elasticsearch logstash nlog serilog
ASP.NET Core 1.0 logging

I have ASP.NET Core web api project. Now I want to log the errors and events. I previously used …

logging asp.net-core entity-framework-core serilog asp.net-core-logging
Using Serilog with .Net core and App Insights

I have used App insights directly for application logging before and I have seen that .Net core platform also creates …

.net-core asp.net-core-2.0 azure-application-insights serilog
Setting up Serilog to write logs to SQL Server db table

I'm trying to set up Serilog to write logs to my db table. Here's the breakdown of what I did …

c# sql-server logging serilog
Serilog ReadFrom Configuration

I am attempting to load my Serilog configuration from appsettings.json using the Serilog.Settings.Configuration prerelease NuGet package. However …

logging asp.net-core .net-core serilog