LogFormatter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
格式化用於記錄用途的值。
public static class LogFormatter
type LogFormatter = class
Public Class LogFormatter
- 繼承
-
LogFormatter
欄位
MAX_LOG_MESSAGE_SIZE |
格式化用於記錄用途的值。 |
方法
ParseDate(String) |
剖析日期。 |
PrintDate(DateTime) |
公用程式函式,可將 物件轉換成 |
PrintException(Exception) |
公用程式函式可將例外狀況轉換成可列印的格式,包括展開和格式化任何巢狀子運算式。 |
PrintExceptionWithoutStackTrace(Exception) |
格式化用於記錄用途的值。 |
PrintTime(DateTime) |
公用程式函式,可將 物件轉換成 |
SetExceptionDecoder(Type, Func<Exception,String>) |
設定指定之例外狀況類型的例外狀況解碼器。 |