LogFormatter 类

定义

为记录目的设置值的格式。

public static class LogFormatter
type LogFormatter = class
Public Class LogFormatter
继承
LogFormatter

字段

MAX_LOG_MESSAGE_SIZE

为记录目的设置值的格式。

方法

ParseDate(String)

分析日期。

PrintDate(DateTime)

用于将对象转换为 DateTime 记录器子系统使用的可打印数据格式的实用工具函数。

PrintException(Exception)

用于将异常转换为可打印格式的实用工具函数,包括展开和格式化任何嵌套子表达式。

PrintExceptionWithoutStackTrace(Exception)

为记录目的设置值的格式。

PrintTime(DateTime)

用于将对象转换为 DateTime 记录器子系统使用的可打印时间格式的实用工具函数。

SetExceptionDecoder(Type, Func<Exception,String>)

为指定的异常类型配置异常解码器。

适用于