Share via


IUpdateServerConfiguration.LogDestinations

Retrieves or sets a value that specifies where log messages are written.

public LogDestinations LogDestinations {get; set;}
Public Property LogDestinations As LogDestinations

Property Value

Specifies where log messages are written. For example, log messages can be written to an attached debugger or log file. For a list of log message destinations, see LogDestinations.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

LogDestinations