È possibile effettuare le seguenti operazioni con ELMAH?
logger.Log(" something");
Sto facendo qualcosa del genere:
try
{
// Code that might throw an exception
}
catch(Exception ex)
{
// I need to log error here...
}
Questa eccezione non verrà automaticamente registrata da ELMAH, poiché è stata gestita.