Skip to content

Instantly share code, notes, and snippets.

View AntoineGa's full-sized avatar

Antoine AntoineGa

  • Ava
  • Paris, France
View GitHub Profile
mono ./Tools/FAKE/tools/FAKE.exe build.fsx $1
@AntoineGa
AntoineGa / LogEventJsonConverter.cs
Created April 30, 2016 11:23 — forked from rasmuskl/LogEventJsonConverter.cs
Json.NET JsonConverters for deserializing Serilog's LogEvents.
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Serilog.Events;
using Serilog.Parsing;