WEB开发网
开发学院数据库MSSQL Server log4net写入到SQL server的基本配置(downmoon) 阅读

log4net写入到SQL server的基本配置(downmoon)

 2009-01-13 10:19:55 来源:WEB开发网   
核心提示: 给出一个例子Codeprivate void TestLog(){try{//}catch (Exception ex){Loghandle by Tony 2008.11.21#region Loghandle by Tony 2008.11.21string loginid = Emp

给出一个例子

Code

private void TestLog()
    {
      try
      {
        //
      }
      catch (Exception ex)
      {
        Loghandle by Tony 2008.11.21#region Loghandle by Tony 2008.11.21
        string loginid = EmptyString;
        //if (user != null) { loginid = user.LoginID; }
        myLogger.Error(GetErrorMessage(loginid, 1), ex);
        //Debug("系统已记录错误,请联系管理员!"); return;
        //Debug(ErrorHandle.GetErrorInfoByID(999), this.ClientID); return;
        #endregion
      }
    }

记录的样式如下:

Code

  <table><tr><td>nId</td>   
  <td>dtDate</td> <td>sThread</td> <td>sLevel</td> <td>sLogger</td> <td>sMessage</td> <td>sException</td>
  </tr>
  <tr><td>1    </td>
  <td>2008-11-21 11:03:20.470</td> <td>1904</td> <td>ERROR Agronet.Product.Web.UI.Controls.Vegnet.Detail</td> <td>10.103.33.10</td> <td>System.OverflowException: 值对于 Int16 太大或太小。</td> <td> ---> System.OverflowException: 值对于 Int32 太大或太小。 在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) 在 System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) --- 内部异常堆栈跟踪的结尾 --- 在 System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) 在 System.Int16.Parse(String s) 在 Agronet.Product.Web.UI.Controls.Vegnet.Detail.BindList() 位置 P:TestWebUIControlsVegnetDetail.cs:行号 141</td>
  </tr></table>

OK! 结束,

上一页  1 2 3 4 

Tags:lognet 写入 SQL

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接