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