ISettingsLogger Interface

Definition

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

public interface class ISettingsLogger
public interface class ISettingsLogger
__interface ISettingsLogger
public interface ISettingsLogger
type ISettingsLogger = interface
Public Interface ISettingsLogger

Remarks

Members of this class may be called on any thread.

Methods

LogFailure(SettingLogContext, Exception)

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

LogFailure(SettingLogContext)

Logs information about an operation failure.

LogSuccess(SettingLogContext)

Logs information about a successful operation.

Applies to