ILoggingTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs events.
public interface class ILoggingTarget
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1710320693, 58248, 20006, 177, 122, 245, 28, 211, 168, 57, 22)]
struct ILoggingTarget
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1710320693, 58248, 20006, 177, 122, 245, 28, 211, 168, 57, 22)]
public interface ILoggingTarget
Public Interface ILoggingTarget
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
IsEnabled() |
Indicates whether at least one session is listening for events from the channel. |
IsEnabled(LoggingLevel, Int64) |
Indicates whether at least one session is listening for events with the specified level and keywords from this channel. |
IsEnabled(LoggingLevel) |
Indicates whether at least one session is listening for events with the specified event severity level from the channel. |
LogEvent(String, LoggingFields, LoggingLevel, LoggingOptions) |
Logs an event with the specified name, fields, level, and options. |
LogEvent(String, LoggingFields, LoggingLevel) |
Logs an event with the specified name, fields, and level. |
LogEvent(String, LoggingFields) |
Logs an event with the specified name and fields. |
LogEvent(String) |
Logs an event with the specified name. |
StartActivity(String, LoggingFields, LoggingLevel, LoggingOptions) |
Writes an activity start event with the specified fields, level, and options, and creates a LoggingActivity object. |
StartActivity(String, LoggingFields, LoggingLevel) |
Writes an activity start event with the specified fields and level and creates a LoggingActivity object. |
StartActivity(String, LoggingFields) |
Writes an activity start event with fields and creates a LoggingActivity object. |
StartActivity(String) |
Writes an activity start event and creates a LoggingActivity object. |