MergeSynchronizationAgent.OutputVerboseLevel Property
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.
Gets or sets the level of detail of information that is written to the agent output file.
public:
virtual property int OutputVerboseLevel { int get(); void set(int value); };
public virtual int OutputVerboseLevel { get; set; }
member this.OutputVerboseLevel : int with get, set
Public Overridable Property OutputVerboseLevel As Integer
Property Value
A Int32 value that can be one of the following values.
Value | Description |
---|---|
0 | Only error messages are logged. |
1 | All progress report messages are logged. |
2 | All progress report messages and error messages are logged. |
Implements
Remarks
The OutputVerboseLevel property is ignored if the Output property is not set.