About using NLOG

I just saw that: https://github.com/ironmansoftware/universal-dashboard/issues/1225 about nlog… !

is there an example somewhere on how i can implement Nlog in my routes ? this seems quite interesting as i have to log a lot of things in my routes -_- i still have done anything at the moment :slight_smile: (and if i can learn something new … ! )

If you use Write-UDLog it will write out to the NLog console\file log. There currently isn’t a way built into UD to configure NLog to use anything except Console and File logs.

1 Like

Thanks adam for the quick reply ! :slight_smile:

1 Like