Has anyone had any luck getting their azure function to write to Logentries via nLog? Haven't been able to find any samples or docs online. Closest thing I could find was this example but doesn't take into account Logentries.
Logging To Logentries via Nlog in an Azure Function
931 Views Asked by mariob_452 At
3
There are 3 best solutions below
0

So I decided Serilog was much easier to implement since it doesn't create or use config files like nLog does. The real goal was to get my logs to LogEntries...nLog was the tool I was trying to use to do it but Serilog turned out to be better for azure functions in my opinion
0

R7Insight.NLog is now available with NetCore-support:
https://www.nuget.org/packages/r7Insight.nlog
Better late than never :)
Would this work for your scenario? https://github.com/Azure/azure-webjobs-sdk/issues/506