ILogSource Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides the methods needed to support logging.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Interface ILogSource
public interface ILogSource
public interface class ILogSource
type ILogSource =  interface end
public interface ILogSource

The ILogSource type exposes the following members.

Methods

  Name Description
Public method AddListener Returns a value that indicates whether a listener is added to the list of listeners.
Public method RemoveListener Removes a listener from the list of listeners.

Top

See Also

Reference

Microsoft.SolverFoundation.Common Namespace