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()
Is there no C# Logging API that can take an Exception as an argument and handle everything for you, like Java's Log4J does?
I.e., use Log4NET.