Skip to content

Instantly share code, notes, and snippets.

@NeverMorewd
NeverMorewd / Program.cs
Created September 4, 2024 10:05 — forked from nblumhardt/Program.cs
Enrich.WithCaller()
using System;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using Serilog;
using Serilog.Configuration;
using Serilog.Core;
using Serilog.Events;
namespace ConsoleApp24