Hope someone can help. For the life of me I can not get more than the message to be logged when using logger.XXXException("foo",anExceptionClass);
I have tried numerious variants of the layout...
${exception:format=tostring}
${exception}${newline}${stacktrace}
${exception:format=message,stacktrace:separator=*}
etc...
None of these seem to make any difference. I am using NLog for .NET Compact Framework 2.0 1.0.0.505.
Any assistance would be greatly appreciated.