Skip to content

Instantly share code, notes, and snippets.

@coultonluke
coultonluke / gist:f630bdeb8c5567d19d06a85ebbb79009
Created February 8, 2022 12:49
NLog Doesn't work in this example with LambdaEntryPoint
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using NLog;
using NLog.Extensions.Logging;
using NLog.Web;
namespace riderlambdatest
{
/// <summary>