Updated logging and instrumentation

This commit is contained in:
Keivan
2010-10-15 00:10:44 -07:00
parent b59d9f13b1
commit c597363bf8
20 changed files with 579 additions and 256 deletions
-12
View File
@@ -11,15 +11,3 @@
<br />
<%:Model.Exception.ToString()%>
</asp:Content>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
try
{
LogManager.GetLogger("EPICFAIL").FatalException("Unhandled Exception", Model.Exception);
}
catch (Exception)
{
}
}
</script>