Logging Class

Definition

Provides logging and tracing functionality for the Web Platform Installer.

public ref class Logging abstract sealed
public static class Logging
type Logging = class
Public Class Logging
Inheritance
Logging

Properties

TraceSource

Gets the tracing source of the current logging object.

Methods

LogMessage(TraceEventType, String)

Logs a message with the specified trace type and message.

LogMessage(TraceEventType, String, Object[])

Logs a message with the specified TraceEventType, format, and arguments.

Applies to