desktop10:CustomDesktopEventLog

定义自定义事件日志。

元素层次结构

<包>

    <扩展>

         <desktop10:Extension>

              <desktop10:CustomDesktopEventLog>

语法

<desktop10:CustomDesktopEventLog
  CustomEvenLogName = 'An optional string with a value between 1 and 32767 characters in length that cannot start or end with a whitespace character. May contain whitespace characters in between the first and last values.'
  DisplayNameFile = 'An optional string with a value between 1 and 256 characters in length that must end with ".dll" and cannot contain these characters: <, >, :, ", |, ?, or *.'
  DisplayNameID = 'An optional unsigned integer value. A number between -2147483648 and 2147483647.'
  MaxSize = 'An optional unsigned integer value. A number between -2147483648 and 2147483647.'
  PrimaryModule = 'An optional string with a value between 1 and 32767 characters in length that cannot start or end with a whitespace character. May contain whitespace characters in between the first and last values.'
  Retention = 'An optional unsigned integer value. A number between -2147483648 and 2147483647.' >

  <!-- Child Elements -->
  desktop10:CustomEventSource{0, 16384}

</desktop10:CustomDesktopEventLog>

密钥

{} 特定范围的出现次数

特性和元素

属性

属性 说明 数据类型 必须 默认值
CustomEventLogName 自定义事件日志的名称。 用作注册表项名称。 一个可选字符串,其值长度在 1 到 32767 个字符之间,不能以空格字符开头或结尾。 可以在第一个值和最后一个值之间包含空格字符。
DisplayNameFile 包含要用于此事件日志名称的语言字符串的 DLL 文件。 一个可选字符串,其值长度在 1 到 256 个字符之间,必须以 .dll 结尾,并且不能包含以下字符: <>:"|?*
DisplayNameID DisplayNameFile 中要用于事件日志名称的语言字符串的 ID 号。 可选的无符号整数值。 介于 -2147483648 和 2147483647 之间的数字。
MaxSize 事件日志文件的最大大小(以字节为单位)。 可选的无符号整数值。 介于 -2147483648 和 2147483647 之间的数字。
PrimaryModule 子项的名称,该子项包含事件源的子项的默认值。 一个可选字符串,其值长度在 1 到 32767 个字符之间,不能以空格字符开头或结尾。 可以在第一个值和最后一个值之间包含空格字符。
保留 指定在日志达到 MaxSize 时是覆盖还是放弃事件。 如果此值为 0,则始终覆盖事件的记录。 如果此值为任何非零值,则永远不会覆盖记录。 当日志文件达到其最大大小时,必须手动清除日志;否则,将丢弃新事件。 默认值为 0。 可选的无符号整数值。 介于 -2147483648 和 2147483647 之间的数字。

子元素

子元素 描述
desktop10:CustomEventSource 定义自定义事件日志中的事件源。

父元素

父元素 描述
desktop10:Extension 声明应用的扩展点。

注解

有关自定义事件日志的详细信息,请参阅 事件日志密钥

要求

desktop10 http://schemas.microsoft.com/appx/manifest/desktop/windows10/10
Minimum OS Version Windows 11版本 22H2 (内部版本 22621)