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
917 views Asked by mariob_452 At
3
There are 3 answers
0
On
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