Is there a C# equivalent method to Java\'s Exception.printStackTrace() or do I have to write something myself, working my way through the InnerExceptions?
Exception.printStackTrace()
Also look at Log4Net... its a port of Log4J to .NET.