ISettingsLogger Interface

Visual Studio 2015
 

Telemetry logging for the settings manager, provided by the host application.

Namespace:   Microsoft.VisualStudio.Settings.Telemetry
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public interface class ISettingsLogger

NameDescription
System_CAPS_pubmethodLogFailure(SettingLogContext^)

Logs failure.

System_CAPS_pubmethodLogFailure(SettingLogContext^, Exception^)

Logs information about an operation failure associated with a specific exception.

System_CAPS_pubmethodLogSuccess(SettingLogContext^)

Logs information about a successful operation.

Return to top
Show: