Are you using <nlog throwExceptions="true" /> ?
Unless you're doing that, NLog will not pass any exceptions to the user code.
HTTP GET support is an omission from NLog v1 and will be implemented in NLog v2.0. It's not there yet. Can you please file a bug at
nlog.codeplex.com ?
Jarek
On Tue, Nov 3, 2009 at 7:05 AM, itamar [via NLog Forum]
<[hidden email]> wrote:
Another issue is that if an exception is thrown in WebService while Invoking Post, Soap, etc, an exception is thrown. Is this practical? The web server is down, my application will start to throw exceptions on each log attempt...