Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1 KB

loggingfields_addempty_1626253376.md

File metadata and controls

30 lines (21 loc) · 1 KB
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingFields.AddEmpty(System.String,Windows.Foundation.Diagnostics.LoggingFieldFormat,System.Int32)
winrt method

Windows.Foundation.Diagnostics.LoggingFields.AddEmpty

-description

Adds an empty field.

-parameters

-param name

Name of 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

AddEmpty(String), AddEmpty(String, LoggingFieldFormat)