SPLog.Debug method
Include protected members
Include inherited members
將此訊息或例外狀況寫入至升級的事件記錄檔。
Overload list
Name | Description | |
---|---|---|
Debug(String) | 僅限資訊訊息寫入升級的事件記錄檔指定的郵件。 | |
Debug(String, Exception) | 寫入指定的字串及例外升級的事件記錄檔做為僅限資訊的郵件。 | |
Debug(String, []) | 寫入指定的字串與指定之的物件升級的事件記錄檔以僅資訊訊息。 | |
Debug(String, Exception, []) | 寫入指定的字串、 例外狀況,並指定的物件升級的事件記錄檔以僅資訊訊息。 |
Top