Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.16 KB

loggingfields_adduint8_375703300.md

File metadata and controls

33 lines (23 loc) · 1.16 KB
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingFields.AddUInt8(System.String,System.Byte,Windows.Foundation.Diagnostics.LoggingFieldFormat,System.Int32)
winrt method

Windows.Foundation.Diagnostics.LoggingFields.AddUInt8

-description

Adds an 8-bit unsigned integer field with the specified field name, format, and tags.

-parameters

-param name

Name of the event field.

-param value

The value for the event field.

-param format

The format of the event field. Specifies an optional formatting hint that may be used by Event Tracing for Windows (ETW) tools.

-param tags

The user-defined tag for the event field. Specifies up to twenty-eight bits of user-defined field processing metadata for use by a custom ETW processing tool. The top four bits are reserved and must be set to zero (0).

-remarks

-examples

-see-also

AddUInt8(String, Byte), AddUInt8(String, Byte, LoggingFieldFormat)