Top "Exception-logging" questions

Writing error and exception information to a log file or database for review or research.

ELMAH - Exception Logging without having HttpContext

I tried this solution with Elmah.XmlFileErrorLog but I'm getting following exception System.ArgumentNullException was unhandled by user code Message="…

c# wcf elmah exception-logging
How can I see a full log of exceptions in JAVA?

When I run some java program with a command java ExceptionTest , exceptions are sometimes omitted and looks like Exception in …

java exception-logging
NLog LogException seems to ignore the exception

LogException or any of the derived functions like ErrorException etc. seem to totally ignore the exception parameter passed in. Am …

logging nlog exception-logging
Problem with java.util.logging and Lock file

I have an application that scans a set of files. And this scanning take place parallely. I mean if I …

java logging exception-logging
NLog Inner Exception Logging

I'm trying to log inner exception messages by using NLog. This is a piece of my NLog.config file: <…

logging nlog exception-logging
Asp.net 4.0 : How to get exception details in custom error page?

We are using custom error provided by asp.net config setting. In entire application (PL/BLL/DAL) we are not …

asp.net-4.0 custom-error-pages exception-logging
General Exception Handling Strategy for .NET

I’m used to having try/catch blocks in every method. The reason for this is so that I can …

c# .net exception-handling exception-logging