zoukankan      html  css  js  c++  java
  • How To Write In Sharepoint Log File 怎么对自定义的MOSS代码写日志

    How To Write In Sharepoint Log File 怎么对自定义的MOSS代码写日志

    Add Microsoft.Office.Server dll in your project, you can find this dll under “Common FilesMicrosoft SharedWeb Server Extensions12ISAPI”.

    The log files are found under Common FilesMicrosoft SharedWeb Server Extensions12LogFollowing line of code is used to write exception in sharepoint default log file.

    Microsoft.Office.Server.Diagnostic.PortalLog.LogString("Exception - {0} - {1} - {2}","User Friendly Message",ex.Message,ex.StackTrace);
  • 相关阅读:
    api示例
    Windows+Ubuntu文件互传
    UI
    事件
    插件开发入门
    文摘
    刘海屏适配
    APT
    热修复
    进程保活
  • 原文地址:https://www.cnblogs.com/sunjunlin/p/4073896.html
Copyright © 2011-2022 走看看