记录应用程序块 6.0 文本格式化程序模板令牌
Logging Application Block 6.0 text formatter template tokens
我需要可用于企业库登录应用程序块文本格式化程序配置的文本格式化程序模板标记列表。
我找到了可用于格式化日志条目的标记列表,这里是:
{message}
{category}
{priority}
{eventid}
{severity}
{title}
{timestamp}
{timestamp()}
{timestamp(local)}
{timestamp(FixedFormatUSDate)}
{timestamp(FixedFormatISOInternationalDate)}
{timestamp(FixedFormatTime)}
{machine}
{localMachine}
{appDomain}
{localAppDomain}
{processId}
{localProcessId}
{processName}
{localProcessName}
{threadName}
{win32ThreadId}
{dictionary()}
{keyvalue()}
{newline}
{tab}
{property()}
词典示例:{dictionary({key} - {value}{newline})}
列表是从 Logging Application Block 源代码中提取的,可以从 here
下载
我需要可用于企业库登录应用程序块文本格式化程序配置的文本格式化程序模板标记列表。
我找到了可用于格式化日志条目的标记列表,这里是:
{message}
{category}
{priority}
{eventid}
{severity}
{title}
{timestamp}
{timestamp()}
{timestamp(local)}
{timestamp(FixedFormatUSDate)}
{timestamp(FixedFormatISOInternationalDate)}
{timestamp(FixedFormatTime)}
{machine}
{localMachine}
{appDomain}
{localAppDomain}
{processId}
{localProcessId}
{processName}
{localProcessName}
{threadName}
{win32ThreadId}
{dictionary()}
{keyvalue()}
{newline}
{tab}
{property()}
词典示例:{dictionary({key} - {value}{newline})}
列表是从 Logging Application Block 源代码中提取的,可以从 here
下载