Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.22 KB

loggingchannel_logevent_812606037.md

File metadata and controls

33 lines (23 loc) · 1.22 KB
-api-id -api-type
M:Windows.Foundation.Diagnostics.LoggingChannel.LogEvent(System.String,Windows.Foundation.Diagnostics.LoggingFields,Windows.Foundation.Diagnostics.LoggingLevel,Windows.Foundation.Diagnostics.LoggingOptions)
winrt method

Windows.Foundation.Diagnostics.LoggingChannel.LogEvent

-description

Logs an event with the specified name, fields, level, and options.

-parameters

-param eventName

The name for this event.

-param fields

The fields for this event. May be null.

-param level

The level of detail for this event.

-param options

The options for this event. Pass null to use the default options. The options are for advanced scenarios. The default values are designed to work well for most events.

-remarks

-examples

-see-also

LogEvent(String), LogEvent(String, LoggingFields), LogEvent(String, LoggingFields, LoggingLevel)