Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 963 Bytes

iloggingtarget_logevent_1865424709.md

File metadata and controls

30 lines (21 loc) · 963 Bytes
-api-id -api-type
M:Windows.Foundation.Diagnostics.ILoggingTarget.LogEvent(System.String,Windows.Foundation.Diagnostics.LoggingFields,Windows.Foundation.Diagnostics.LoggingLevel)
winrt method

Windows.Foundation.Diagnostics.ILoggingTarget.LogEvent

-description

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

-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.

-remarks

-examples

-see-also

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